Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

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,...
  • Anonymous's avatar
    Anonymous
    1 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.