Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CoE Starter Kit - BUG] Missing apps for personal productivity (Default Environment) in the governance details report #8522

Closed
1 task done
LowCode-sudo opened this issue Jun 21, 2024 · 4 comments
Assignees
Labels
bug Something isn't working coe-starter-kit CoE Starter Kit issues

Comments

@LowCode-sudo
Copy link

LowCode-sudo commented Jun 21, 2024

Does this bug already exist in our backlog?

  • I have checked and confirm this is a new bug.

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.
Bild

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

@LowCode-sudo LowCode-sudo added bug Something isn't working coe-starter-kit CoE Starter Kit issues labels Jun 21, 2024
@RajeevPentyala RajeevPentyala moved this to Todo ✏️ in CoE Starter Kit Jun 21, 2024
@Jenefer-Monroe
Copy link
Collaborator

The envt filter is on the page as a whole, so I dont think that is the issue.
image

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.
image

@Jenefer-Monroe Jenefer-Monroe self-assigned this Jun 21, 2024
@Jenefer-Monroe
Copy link
Collaborator

Also note that PBI shows <> instead of 0 so blank = 0

@LowCode-sudo
Copy link
Author

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:

image
image

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

@Jenefer-Monroe
Copy link
Collaborator

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"})
image

@Jenefer-Monroe Jenefer-Monroe moved this from Todo ✏️ to Code complete ☑ in CoE Starter Kit Jun 21, 2024
@github-project-automation github-project-automation bot moved this from Code complete ☑ to Done ✅ in CoE Starter Kit Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working coe-starter-kit CoE Starter Kit issues
Projects
Status: Done
Development

No branches or pull requests

3 participants