The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Solved! Go to Solution.
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,
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,
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
7 |