Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

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:

 

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

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

 

5 Replies