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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
HiagoSiqueira06
New Member

All Item - Data Owner

Good morning,

I need to create an indicator to know which update in my workspace caused a problem, I need to know the date and time of the semantic models update

1 ACCEPTED SOLUTION

Hi @HiagoSiqueira06 

 

You can use Power BI REST API or Power BI Cmdlets for PowerShell to get the refresh history data of all semantic models in all workspaces. Some APIs may require that you have admin permission of the scope you are querying from. 

 

The process mainly includes three parts:

1. Get all workspace IDs

2. Get all dataset (semantic model) IDs in all workspaces

3. Get refresh history of all datasets

 

Then you can bring this data into Power BI and remain only the latest refresh history of each dataset, and create a dashboard to monitor their status. 

 

Here are the official documentations for Power BI REST APIs and Power BI Cmdlets:

Power BI Cmdlets reference | Microsoft Learn

Power BI REST APIs for embedded analytics and automation - Power BI REST API | Microsoft Learn

 

Here are some related blogs which provide detailed guidance and steps:

Get dataset list with PowerShell - Microsoft Fabric Community

Get historical refresh records for all datasets wi... - Microsoft Fabric Community

Extract refresh metrics for your entire Power BI workspace – Data – Marc (data-marc.com)

 

Hope this would be helpful. 

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

View solution in original post

3 REPLIES 3
Greg_Deckler
Super User
Super User

@HiagoSiqueira06 Are you saying that for all semantic models you want a single place where you can see the latest refresh times?


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

That's right, I need to create monitoring for updates for all my Workspaces in a single dashboard

 

Hi @HiagoSiqueira06 

 

You can use Power BI REST API or Power BI Cmdlets for PowerShell to get the refresh history data of all semantic models in all workspaces. Some APIs may require that you have admin permission of the scope you are querying from. 

 

The process mainly includes three parts:

1. Get all workspace IDs

2. Get all dataset (semantic model) IDs in all workspaces

3. Get refresh history of all datasets

 

Then you can bring this data into Power BI and remain only the latest refresh history of each dataset, and create a dashboard to monitor their status. 

 

Here are the official documentations for Power BI REST APIs and Power BI Cmdlets:

Power BI Cmdlets reference | Microsoft Learn

Power BI REST APIs for embedded analytics and automation - Power BI REST API | Microsoft Learn

 

Here are some related blogs which provide detailed guidance and steps:

Get dataset list with PowerShell - Microsoft Fabric Community

Get historical refresh records for all datasets wi... - Microsoft Fabric Community

Extract refresh metrics for your entire Power BI workspace – Data – Marc (data-marc.com)

 

Hope this would be helpful. 

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors