This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi All,
I need to create a measure for my result.
| Date | Names | Status |
| 01/01/2020 | AA | Pass |
| 01/01/2020 | BB | Pass |
| 01/01/2020 | CC | Fail |
| 02/01/2020 | AA | Fail |
| 02/01/2020 | BB | Pass |
| 02/01/2020 | CC | Pass |
I am using date as a Silcer and I want my status as a measure.
I am using Caculate(count(XXXXX) but its giving the value instead I need to print the status in a measure and I will use card for the same .
Solved! Go to Solution.
@Anonymous ,
You can try measure like
max(Table[Status])
Min(Table[Status])
But the logic behind the display is not clear
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 32 | |
| 25 | |
| 23 |