web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / new analysis engine ki...
Power Apps
Answered

new analysis engine killed working parts of my live APP

(1) ShareShare
ReportReport
Posted on by 242
Hi everyone, 
as im getting the Message that with February the new Analysis Engine will be set for PowerApps, i gave it a try prior holidays -
at first it looked like everything is working fine, but today i realized that i got problems when pulling Data from Dataverse in a Stacked gallery..
 
Prior activation of the new engine, the gallery looked like that:
 
 
Basically Dynamic gallery representing selected Teams Horizontal.
In this Gallery, there is a second Gallery representing the Days of the selected Month
linked to the second gallery is a Dataverse Table (Scheduling Database), filtering for Team + Day of Gallery Item to get the Linked Projects (so can be more then 1 per day)
The Projects of the Scheduling Database are, of course, linked to the Company "MAIN" Table representing all Projects and Project Data
In the Second Gallery i have a Textfield with this code, showing all Projects of the day:
 
If(
    !IsBlank(First(ThisItem.Anmerkung));
    Concatenate(
        Concat(
            ThisItem.Anmerkung;
            Anmerkungen;
            Char(10)
        );
        Char(10);
        Char(10)
    )
) & IfError(
    If(
        !IsBlank(First(ThisItem.Projekte));
        Concat(
            ThisItem.Projekte;
            If(
                IsBlank(Kostenstelle.Document_Location);
                "Ordnerstruktur fehlt!" & Char(10);
                ""
            ) & Kostenstelle.b_nummer & Char(10) & Kostenstelle.BA & If(
                !IsBlank(Kostenstelle.BA);
                Char(10)
            ) & Kostenstelle.b_name & Char(10) & Switch(
                ThisItem.Gewerk;
                "Tiefbau";
                Kostenstelle.Anmerkung_Tiefbau;
                "Floating";
                Kostenstelle.Anmerkungen_Float;
                "Spleiß";
                Kostenstelle.Anmerkungen_Spleiß
            ) & Char(10) & Char(10)
        )
    );
    ""
)
 
 
Additionally here the code of the second Gallery, so you see how Projects are getting Populated:
 
AddColumns(
    Sequence(
        Day(
            DateAdd(
                DateAdd(
                    Date(
                        Year(var_date);
                        Month(var_date);
                        1
                    );
                    1;
                    TimeUnit.Months
                );
                -1;
                TimeUnit.Days
            )
        );
        0;
        1
    );
    Datum;
    var_date + Value;
    Gewerk;
    ThisItem.Leistungsfeld;
    Ausführende;
    ThisItem.Anzeigetext;
    ID;
    Concatenate(
        ThisItem.Anzeigetext;
        "-";
        var_date + Value
    );
    Projekte;
    Filter(
        Partie_Einteilung_Database; //Scheduling Dataverse Table
        Partie = ThisItem.Anzeigetext && Start_Date <= (var_date + Value) && (Start_Date + Umsetzungsdauer) > (var_date + Value)
    );
    Anmerkung;
    Filter(
        Partie_Einteilung_Database;
        FeldID = Concatenate(
            ThisItem.Anzeigetext;
            "-";
            (var_date + Value)
        ) && !IsBlank(new_anmerkungen)
    )
)
 
with new engine turned on, it still recognizes that there are projects in the actual day CountRows(ThisItem.Projekte) in a textfield gives the correct amounts
but i cant access the data underneath..
 
 
really need your Help with that,
Thanks in advance
Categories:
I have the same question (0)
  • Verified answer
    mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at
    hey
     
     
    this feature is buggy and causing issues in many places, i (and many others) wont suggest using it right now,
     
    better turn it off and wait till it is out of experimental/preview state
     
     
    if my answer helped please mark as verified,
     
     
    cheers
  • TSte Profile Picture
    242 on at
    what will happen in February when its out of Experimental?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 839

#2
Valantis Profile Picture

Valantis 533

#3
Haque Profile Picture

Haque 412

Last 30 days Overall leaderboard