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! Request now
I have Three Text Columns:
Status 1
Status 2
Status 3
The common values in all three are "Late", "On-Time", "Complete"
I would like to create a column that shows the count of "Late" from these three columns per row.
This was my last failed attempt:
Solved! Go to Solution.
@Brett007 , try like
Late Status = Calculate(countrows('TableA'[Status 1] = "Late")+ countrows('TableA'[Status 3] = "Late") + countrows('TableA'[Status 3] = "Late"))
@Brett007 , try like
Late Status = Calculate(countrows('TableA'[Status 1] = "Late")+ countrows('TableA'[Status 3] = "Late") + countrows('TableA'[Status 3] = "Late"))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 70 | |
| 50 | |
| 42 | |
| 40 |