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
Khizer28
Regular Visitor

Blank Values in Drill Up Option

Hello,

 

I am using "Matrix" chart in Power BI but the values are appearing as Sum when I select Drill Up. 

Attached is the image of current scenerio

Current Situation.PNG

 

I want blank values in Drill Up as appearing in the below attached image

The Result I Want.PNG

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

Hi @Khizer28 ,

 

You could use ISFILTERED(), ISINSCOPE(), HASONEVALUE() like this:

Measure = IF(HASONEVALUE('Table'[Sub]),MAX('Table'[ID]),"")

drill downgif.gif

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Khizer28 , not very clear. In case you want header is blank. Then you need to blank the header.  Means a column with blank values at top.

 

If you need to deal with values hen you can use isinscope

 

Hey Amit,

 

I have tried the link which you shared but it doesnt give the final result what actually I want. But still thank you for your sharing

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.