Forum Discussion
The Data Activator cannot trigger actions from this visual because it does not have measures.
- Anonymous1 year ago
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.
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.