Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Print Status

Hi All,

I want to print my staus in a measure.

Please help.

Instead of count I want to print the status.

 

image.png

3 REPLIES 3
v-eqin-msft
Community Support
Community Support

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] )
    )
)

9.28.1.1.PNG

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

nandic
Memorable Member
Memorable Member

@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?

Anonymous
Not applicable

This is the the status I am looking forimage.png

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.