You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to an empty column in the details dataset, there are no apps displayed for the personal productivity environment. I compared it to the normal report, where it works correct. Seems like an issue with the details dataset. Flows are displayed but apps are empty, the "Environment Name" column is empty, this should be the issue.
Expected Behavior
No response
What solution are you experiencing the issue with?
Core
What solution version are you using?
June2024
What app or flow are you having the issue with?
PowerPlatformGovernance_CoEDashboard_June2024
What method are you using to get inventory and telemetry?
Cloud flows
Steps To Reproduce
In the PowerPlatformGovernance_CoEDashboard_June2024 open the App Table, there you can see that the Environment Name Colum is Empty for the default Environment Apps.
Anything else?
No response
AB#3651
The text was updated successfully, but these errors were encountered:
The envt filter is on the page as a whole, so I dont think that is the issue.
Can you please go look in the Power Platform Admin View to see if there is data that fits these filters?
You can add related fields as shown here for things like app owner is orphan.
Hi, the Data is there, i think there is a problem with the provided PowerBI Report. Here is a screenshot of the Table if i try to get the Environment Name by the Environments Table and link it with apps:
In the first column should be the environment name. When I access it through the Production_CoEDashboard_June2024 it works. So it seems like there is an issue with the data relation in the PowerPlatformGovernance_CoEDashboard_June2024
ok looks like we didnt transform envtid for this case. Fix is to add this replace statement in the transform = Table.ReplaceValue(#"Replaced Value","Default-","",Replacer.ReplaceText,{"Environment ID"})
Does this bug already exist in our backlog?
Describe the issue
Due to an empty column in the details dataset, there are no apps displayed for the personal productivity environment. I compared it to the normal report, where it works correct. Seems like an issue with the details dataset. Flows are displayed but apps are empty, the "Environment Name" column is empty, this should be the issue.
Expected Behavior
No response
What solution are you experiencing the issue with?
Core
What solution version are you using?
June2024
What app or flow are you having the issue with?
PowerPlatformGovernance_CoEDashboard_June2024
What method are you using to get inventory and telemetry?
Cloud flows
Steps To Reproduce
In the PowerPlatformGovernance_CoEDashboard_June2024 open the App Table, there you can see that the Environment Name Colum is Empty for the default Environment Apps.
Anything else?
No response
AB#3651
The text was updated successfully, but these errors were encountered: