Forum Discussion
Create Usage Metrics report across my Workspace
- Anonymous4 years ago
Hi Anonymous ,
You can check this document, using Monitor usage metrics in the new modern workspaces, you can see the report inside the whole workspace.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
As of today, if you have Fabric license, you could use a notebook to daily pull data from Usage Metrics Report synmantic model from any workspace and persist in a lakehouse. See: Read data from semantic models and write data that semantic models can consume using python - Microsoft Fabric | Microsoft Learn
Do you know how to make this semantic model appear as a dataset when executing the code: import sempy.fabric as fabric df_datasets = fabric.list_datasets(workspace='MyWorkspace') df_datasets I run the code and the Usage Metrics Report semantic model does not appear, although I already created it in my workspace :c