Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 :
Solved! Go to 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)
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.
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.
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.
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)
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.