Forum Discussion
Robczuba
3 years agoRegular Visitor
Filter to show only Concluded tasks
Hello Everyone.
I'm strugling to make measure in PowerBI to show only systems that all task were concluded, from a table.
Can someone help me??
Thank you
Hi Robczuba ,
Can you please try the following?
Mesure = IF( MAX( 'Table'[Status] ) = "Concluded", "Concluded" )Result:
If I answered your question, please mark my post as a solution.
Best,