Forum Discussion
List of Large Semantic Model within different workspaces
- 1 year ago
You can use the semantic-link-labs function list_datasets found here: https://github.com/microsoft/semantic-link-labs/blob/main/src/sempy_labs/admin/_datasets.py. Use it in a notebook. You'll have to be a Fabric admin to execute the notebook with this command. There is a field returned called Target Storage Mode, and I believe a value of PremiumFiles designates large storage format.
Hope this helps,
- 1 year ago
available also in the API: Datasets - Get Dataset - REST API (Power BI Power BI REST APIs) | Microsoft Learn
You can use the semantic-link-labs function list_datasets found here: https://github.com/microsoft/semantic-link-labs/blob/main/src/sempy_labs/admin/_datasets.py. Use it in a notebook. You'll have to be a Fabric admin to execute the notebook with this command. There is a field returned called Target Storage Mode, and I believe a value of PremiumFiles designates large storage format.
Hope this helps,