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] Compliance Report doesn't display suspension reason #3694

Closed
PPCan opened this issue Sep 16, 2022 · 7 comments
Closed
Assignees
Labels
bug Something isn't working coe-starter-kit CoE Starter Kit issues

Comments

@PPCan
Copy link

PPCan commented Sep 16, 2022

Describe the issue

When reviewing the Compliance report, the reason for suspension is blank yet the reason exists.
image

image

Expected Behavior

Compliance report data should match Admin View model app data

Recommend merging the compliance report into the Admin View app. Too many layers of complexity, and we can't fix anything from the report.

What solution are you experiencing the issue with?

Core

What solution version are you using?

3.45

What app or flow are you having the issue with?

Governance Power BI Report

Steps To Reproduce

No response

Anything else?

No response

@PPCan PPCan added bug Something isn't working coe-starter-kit CoE Starter Kit issues labels Sep 16, 2022
@Jenefer-Monroe
Copy link
Collaborator

Thank you for posting. Yep we had this drill through for the pending suspension and the custom column did not take into account already suspended. I think this should be easy to fix .

@PPCan
Copy link
Author

PPCan commented Sep 16, 2022

Great! Any ETA? We've got our fair share of suspension, that it would be helpful to use the report.

@Jenefer-Monroe
Copy link
Collaborator

I have it local fixed for Oct, you can change it locally and let me know if it resolves it for you :)

Transform data > Flow > Added Custom1
image

= Table.AddColumn(#"Added Custom", "Custom", each if [admin_flowpendingsuspensionpowerappplanexcluded] = false then [admin_flowsuspensionreason] else if [admin_flowpendingsuspensionpowerappplanexcluded] = true and [admin_flowpendingsuspensionreason] = "MissingPremiumLicense" then [admin_flowpendingsuspensionreason] & " - out of context of Power Apps" else [admin_flowpendingsuspensionreason])

@PPCan
Copy link
Author

PPCan commented Sep 21, 2022

Much better thanks! Still have some blanks, not sure why, but it's definitely better.

image

@CoEStarterKitBot
Copy link
Collaborator

@peteredc This has been fixed in the latest release. Please install the latest version of the toolkit following the instructions for installing updates. Note that if you do not remove the unmanaged layers as described there you will not receive updates from us.

@raphaeltremblay1966
Copy link

Hello - I would also like to report this same behaviour.

If I take one example, for this particular flow, this is what the COE does report, Suspension Reason is blank.

image

However, if I query the extended properties of this flow, I get :

image

We have also #3811 opened for the Pending Suspension empty - and "Admin | Sync Template v3 (Flows)" flow not what it should be, not sure the 2 are related, but something is wrong in our environment. - Thanks.

@Jenefer-Monroe
Copy link
Collaborator

Per #3811, it looks like you are not seeing updates from us, likely due to unmanaged layers.

Please see Remove unmanaged layers from inventory flows

If after removing unmanaged layers you still see the issues, please post a new bug and reference this one, as that helps us more accurately track issues rather than re-opening old ones.

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
Archived in project
Development

No branches or pull requests

4 participants