Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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,
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | 
| User | Count | 
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 10 | |
| 9 |