The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
How can i see in FUAM lakehouse, who connects to a semantic model and how much CU that person is consuming.
I have checked FUAM_Lakehouse].[dbo].[activities] table .. do i need to look at the Activity or Operation column? ConnectFromApplications?
And how do i get to the CU? Because i don't see that in the activity table.
Thanks in advanced
Solved! Go to Solution.
Thanks for clarifying — now I fully understand what you're trying to achieve.
You're essentially looking to track guest user activity (e.g. opening a shared semantic model via Power BI Desktop) and measure the CU consumption for that specific action.
Here’s the current state of things:
⚠️ Note: The logs don’t always explicitly say “guest”, so you may need to infer it based on domain or naming pattern.
You could try this approach:
It’s not perfect, but it gives you directional insight.
Let me know if you want help writing a query to test this approach — happy to assist!
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
*This response was supported by AI for translation and text editing purposes.
BTW .. i'm going for this approach .. have you seen it?
https://pbi-guy.com/2024/04/24/how-to-extract-data-from-the-fabric-metrics-app-part-2/
Hi
Glad that your query got resolved. Please continue using Fabric Community for any help regarding your queries.
Thanks for the insight .. i understand what you mean .. unfortunately .. directional insight is not good enough when you want to backcharge certain operations
Hi @amien ,
Good question — tracking semantic model usage and CU consumption in FUAM can be a bit tricky since not all the info is in one place.
You're on the right track with FUAM_Lakehouse.[dbo].[activities]. Look at:
Unfortunately, CU usage is not directly logged in the activities table. To get CU-level insights:
There’s also a resource_usage or capacity_utilization table in some setups — check if your Lakehouse has that. It might contain CU or memory/time-based metrics.
Let me know if you want help writing a query to extract specific usage patterns — happy to help.
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
This response was supported by AI for translation and text editing.
Thanks alot for your reply, i have a few follow-up questions:
I need to have the consumption of CU for each indivuel user and a specific operation (open the shared semantic model in PowerBI desktop)
@amien ,
Glad to hear the reply helped a bit!
I saw you mentioned you had a few follow-up questions — feel free to drop them here and I’ll do my best to help you out. If you’re looking into something specific like filtering by operation type or correlating activity with CU usage, just let me know what you’re trying to achieve and I can help you write a query or point you to the right resource.
Looking forward to your questions!
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
*This response was supported by AI for translation and text editing purposes.
What i want to know: if guest users are connecting to a shared semantic model using powerbi desktop from our tentant and how much CU that costs.
for that i need to know 2 things:
1/ activity of the user; open shared semantic model using powerbi desktop (or other apps). I need the user to determine if its a member or a guest user
2/ how much CU was consumped for this specific activity
Thanks for clarifying — now I fully understand what you're trying to achieve.
You're essentially looking to track guest user activity (e.g. opening a shared semantic model via Power BI Desktop) and measure the CU consumption for that specific action.
Here’s the current state of things:
⚠️ Note: The logs don’t always explicitly say “guest”, so you may need to infer it based on domain or naming pattern.
You could try this approach:
It’s not perfect, but it gives you directional insight.
Let me know if you want help writing a query to test this approach — happy to assist!
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
*This response was supported by AI for translation and text editing purposes.
BTW .. i'm going for this approach .. have you seen it?
https://pbi-guy.com/2024/04/24/how-to-extract-data-from-the-fabric-metrics-app-part-2/
User | Count |
---|---|
14 | |
9 | |
5 | |
3 | |
2 |
User | Count |
---|---|
44 | |
23 | |
17 | |
13 | |
12 |