Forum Discussion
Measure for card visual
Hi there,
I have calculated the measure that returns the faliure of an event if the event faliure value is more than some predefined value (let say 3) and the failure of event happened before on the same location, due to same cause, and on the same equipment . Here is my measure:
Failure value =
3 Replies
- amitchandakSuper User
Dunner2020 , to get total. Change the return like below and check
Return
Sumx(addcolumns(Summarize( Fact, [Cause],[CircuitID],[Equipment],[Substation]), "_1", IF(_count>[Trigger Value Value],_count) ), [_1])
- Dunner2020Post Prodigy
Did not work. Same blank result
- AnonymousNot applicable
Hi Dunner2020 ,
I think I could understand what's your expected. But actually you only provided some measures but no data samples, which is not enough for me to solve the problem quickly.
So please provide me with more details about your table or share me with your pbix file after removing sensitive data to help us clarify your scenario.
Best Regards,
Eyelyn Qin