Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi All,
I want to print my staus in a measure.
Please help.
Instead of count I want to print the status.
Hi @Anonymous ,
Just use the formula as follows:
Measure =
CALCULATE (
MIN ( 'COMPLIANCE_DB'[Status] ),
FILTER (
'COMPLIANCE_DB',
'COMPLIANCE_DB'[Practice] = "Data"
|| 'COMPLIANCE_DB'[Compliance Requirement] = "HIPAA"
&& 'COMPLIANCE_DB'[Index] = MIN ( 'COMPLIANCE_DB'[Index] )
)
)Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please upload some insensitive data samples and expected output.
Best Regards,
Eyelyn Qin
@Anonymous ,
Is current formula still needed or you are interested to only display the status value?
Calculate function returns one value, and mainly it is used to return numeric (aggregated) values - as you did it.
Also, you can return text values if you use function like FirstNonBlank (column).
If you display new measure and column for status in a list, it will display count per each status.
Could you send image what is expected output?
This is the the status I am looking for
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 56 | |
| 45 | |
| 35 | |
| 34 | |
| 21 |
| User | Count |
|---|---|
| 143 | |
| 122 | |
| 100 | |
| 80 | |
| 57 |