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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
smpa01
Super User
Super User

Default Dataset Refresh

Issue: I am trying to generate a power automate action based on data-driven alert triggered from a measure set up on the default dataset stemming from Datamart.

 

The following is the wokflow.

 

Even though the datamart is refreshing as desired (set up through power bi), the default dataset is not refreshing, as a result the alerts are not triggering and PA is not doing what I expect it to do.

 

To resolve this, i tried to set up scheduled refresh of the default dataset through PA which gives me Invalid dataset. This API can only be called on a Model-based dataset

 

I am looking for a solution that can trigger a power automate flow based on the datamart refresh (IDEAL - currently no trigger- such as when a datamert is refreshed) /  Data Driven Alert triggering (intended from the default dataset refresh; currently does not refresh through power bi nor can it be refreshed with PA as it generates Invalid dataset. This API can only be called on a Model-based dataset)

smpa01_0-1720630889594.png

 

Thank you in advance.

 

Follwoing is the refresh time stamp.

 

smpa01_1-1720631482076.png

 

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs
1 ACCEPTED SOLUTION

@Anonymous thanks for looking into it, comments in green.

 

Based on the description, try to check that default dataset is set to the appropriate storage mode. - If you are somehow suggesting that, the datamart table storage mode needs to be changed to IMPORT in order to achieve ewhat I need; Datamart tables have default storage mode as DQ and it can't be changed to Import; feel free to correct me if I am wrong. But my research suggests that DQ is the only option.

 

The ISSUE

The main issue in this, how can I create a alert dependent on a default dataset from datmart that auto-refreshes on a regular interval.

 

I created a thin report (and measures and alerts based on that) based on the default dataset only to realize later that alert would never work cause default dataset never refreshes. The prereq of an alert is that it only works on a refreshd dataset and default dataset never refreshes.

 

The FIX

Therefore, instead of creating a thin report I created a report with DQ by running a SQL query on the db table of the sql server that datamart produces and I have made dependent measures and alerts based onthat. Since it is a a DQ, I don't need to set up any explicit refresh schedule as it can run at a fixed interval of my choice=-> create measures=>generate alert=>feeds dowsntream PA.

 

TLDR: For a datamart depenedent data-driven alert to trigger, don't make a thin report from the default dataset, rather create a report with DQ by running a SQL query on the SQL server db it comes with.

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @smpa01 ,

Based on the description, try to check that default dataset is set to the appropriate storage mode.

vjiewumsft_3-1720665550986.png

What’s more, alerts work only on refreshed data.

vjiewumsft_2-1720665081845.png

vjiewumsft_1-1720665074952.png

You can also view the following documents to learn more information.

Solved: Scheduled refresh dataset in Power Bi from Power A... - Microsoft Fabric Community

Integrate Power BI data alerts with Power Automate - Power BI | Microsoft Learn

Set data alerts in the Power BI service - Power BI | Microsoft Learn

Get started with datamarts (preview) - Power BI | Microsoft Learn

 

Best Regards,

Wisdom Wu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@Anonymous thanks for looking into it, comments in green.

 

Based on the description, try to check that default dataset is set to the appropriate storage mode. - If you are somehow suggesting that, the datamart table storage mode needs to be changed to IMPORT in order to achieve ewhat I need; Datamart tables have default storage mode as DQ and it can't be changed to Import; feel free to correct me if I am wrong. But my research suggests that DQ is the only option.

 

The ISSUE

The main issue in this, how can I create a alert dependent on a default dataset from datmart that auto-refreshes on a regular interval.

 

I created a thin report (and measures and alerts based on that) based on the default dataset only to realize later that alert would never work cause default dataset never refreshes. The prereq of an alert is that it only works on a refreshd dataset and default dataset never refreshes.

 

The FIX

Therefore, instead of creating a thin report I created a report with DQ by running a SQL query on the db table of the sql server that datamart produces and I have made dependent measures and alerts based onthat. Since it is a a DQ, I don't need to set up any explicit refresh schedule as it can run at a fixed interval of my choice=-> create measures=>generate alert=>feeds dowsntream PA.

 

TLDR: For a datamart depenedent data-driven alert to trigger, don't make a thin report from the default dataset, rather create a report with DQ by running a SQL query on the SQL server db it comes with.

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors