Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi,
I have a dataset as below:
I'm using the 'Description' column as a filter. When I filter it for any value, I want power bi to filter out blank cells from the 'Value' column and just show me cells with values.
Again when I remove the filter it should show me back all values including blank cells.
Is this something possible?
Thanks in advance for your time and help!.
Solved! Go to Solution.
Hi @Anonymous ,
Add below measure into visual level filter and set its value to 0.
Measure value = IF ( CALCULATE ( ISFILTERED ( Sample3[Description] ), ALLSELECTED ( Sample3 ) ), IF ( SELECTEDVALUE ( Sample3[Value] ) = BLANK (), 1, 0 ), 0 )
Best regards,
Yuliana Gu
Hi @Anonymous ,
Add below measure into visual level filter and set its value to 0.
Measure value = IF ( CALCULATE ( ISFILTERED ( Sample3[Description] ), ALLSELECTED ( Sample3 ) ), IF ( SELECTEDVALUE ( Sample3[Value] ) = BLANK (), 1, 0 ), 0 )
Best regards,
Yuliana Gu
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
87 | |
81 | |
53 | |
38 | |
35 |