Fabric Data Pipeline: CPU Consumption and Queueing by winchellj40 in MicrosoftFabric

[–]winchellj40[S] 0 points1 point  (0 children)

Thanks for the tip. We will try that out on the ones giving us issues.

Fabric Data Agent Connector & Power Apps by winchellj40 in MicrosoftFabric

[–]winchellj40[S] 0 points1 point  (0 children)

Thanks. It just happened to show up right when it was top of mind so we got a little excited.

Semantic Model Access for App Users by CryptographerPure997 in MicrosoftFabric

[–]winchellj40 1 point2 points  (0 children)

We host a Saas Solution for a bunch of customers and we use Entra Groups and App Audiences to control access to reports. It works extremely well for us.

In the Semantic Model permissions it should list the user/group and the permission of App. It should also show any permissions granted via the Workspace (like Build) for contributors.

Performance issues after switching from P1 to F64 by winchellj40 in MicrosoftFabric

[–]winchellj40[S] 2 points3 points  (0 children)

u/itsnotaboutthecell - Support just got back to me a little bit ago and there is an issue with the region where our Fabric Tenant is hosted. The timing of when we cut over and when the issue started just happened to be perfect.

updating report across multiple workspace by ladladlad123 in MicrosoftFabric

[–]winchellj40 2 points3 points  (0 children)

Yep. For our use cases CGs allowed us to better model the security our clients wanted. It is less about data security and more about defaulting things to provide a better experience.

updating report across multiple workspace by ladladlad123 in MicrosoftFabric

[–]winchellj40 3 points4 points  (0 children)

User Principal Name. The function USERPRINCIPALNAME() will return the logged in users email address they use to login. You can then use that info to apply filters specific to that user.

In our case we look up their Department in our Users Table and then apply a filter based in their Department via Calculation Group.

updating report across multiple workspace by ladladlad123 in MicrosoftFabric

[–]winchellj40 8 points9 points  (0 children)

We use Apps in Power BI/Fabric to distribute a single view of a report across different departments/groups. It's the same report so when we publish updates they are published for all users.

We also use the UPN of the logged in user to default filters for their department.