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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

The Data Activator cannot trigger actions from this visual because it does not have measures.

Good afternoon, everyone,

I am having issues related to an alert in Power BI. I would like to add a measure whose calculation consists of taking the maximum of a date, placing the measure in a card, and setting an alert on this card.

However, when I try to activate the alert on the card, I receive the message: “The Data Activator cannot trigger actions from this visual because it does not have measures.

 

The message is completely strange because I can create alerts with this measure in other dashboards, but in the most important dashboard, it is not working.

 

The measure is : 

Last updated = CALCULATE(max('Action Plan'[INGESTION]))


joaosantos12_0-1726516345738.png

 

1 ACCEPTED SOLUTION

Hi @Anonymous ,

 

This is a known limitation, "Set Alert" supports numeric, text or boolean measures. Datetime measures are not supported. You can convert the measure into a text measure instead of datetime. 

Measure = CONVERT(MAX('Table'[Date]),STRING)

vtangjiemsft_1-1727055008257.png

vtangjiemsft_2-1727055058660.png

 

Best Regards,

Neeko Tang

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

View solution in original post

3 REPLIES 3
v-tangjie-msft
Community Support
Community Support

Hi @Anonymous ,

 

This issue has been submitted internally. Please be patient to wait for fixing. If there is any news, I will update it here.

 

Through my testing, there is an alternative to setting up alerts properly:
Create a semantic model from lakehouse then create a new measure, then create a new report, place that measure on the card visual object, then set the alert.

vtangjiemsft_0-1726554169170.pngvtangjiemsft_1-1726554261262.pngvtangjiemsft_2-1726554341439.png

 

 

Best Regards,

Neeko Tang

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

Anonymous
Not applicable

The problem is that I don't want to create a new semantic model or a new report; I need to make this alert work in an existing dashboard.

Hi @Anonymous ,

 

This is a known limitation, "Set Alert" supports numeric, text or boolean measures. Datetime measures are not supported. You can convert the measure into a text measure instead of datetime. 

Measure = CONVERT(MAX('Table'[Date]),STRING)

vtangjiemsft_1-1727055008257.png

vtangjiemsft_2-1727055058660.png

 

Best Regards,

Neeko Tang

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

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

JanFabricDE_carousel

Fabric Monthly Update - January 2025

Explore the power of Python Notebooks in Fabric!

JanFabricDW_carousel

Fabric Monthly Update - January 2025

Unlock the latest Fabric Data Warehouse upgrades!

JanFabricDF_carousel

Fabric Monthly Update - January 2025

Take your data replication to the next level with Fabric's latest updates!

Top Solution Authors