Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
MonicaCVL
Advocate I
Advocate I

Extracting data from fabric capacity metrics app

We have a capacity metrics app created.Trying to fetch the data from semantic model  using the following code:

 

import sempy.fabric as fabric

df_table = fabric.read_table("Fabric Capacity Metrics", "Billing type")
df_table
 
since it is a template app or what I am not sure I keep getting workspace not found as shown below:
MonicaCVL_0-1715674077481.png

 

Is there any other way to fetch the data from semantic model tables?

or may be fetch the data from a report table visual!?

 
4 REPLIES 4
amitchandak
Super User
Super User

@MonicaCVL , Make sure you have imported Sempy before this

Semantic Link in Microsoft Fabric: https://youtu.be/OIE26E2H5RI

 

Make sure lakehouse is selected on the left

 

Syntax seem correct to me.

https://learn.microsoft.com/en-us/python/api/semantic-link-sempy/sempy.fabric?view=semantic-link-pyt...

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank you for the response! but it is working fine with all the semantic models. But the semantic model which I am trying to access is fabric capacity metrics app, this is where I am getting this error workspace not found! any solution for this!?

 

johnbasha33
Super User
Super User

@MonicaCVL  have you tried Purview Hub dataset from Admin monitoring workspace?

Thanks for the response! No I didn't as I don't have admin level access at the Fabric tenant level! Here I am trying to get the data from fabric capacity metrics app. 

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.