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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Show Blank Values on Matrix and display dashes on it

Hi there,
     I have a matrix with the Major Groups, Sub Groups and Paramaters where they were grouped by means of a single column named "Menu". When I checked the "Show items with no data" , it is displaying the parameters having no data as shown in the below figure. 

  I wanted to display the HYPHEN (-) symbol on the blank spaces on the matrix, after clicking the show items with no data. Could anyone help me to get this expected result. 

Note: I tried to use this formula,
                                       = IF ( ISBLANK(Measure), "-" ,Measure)

 

Sample File

 

pbix File 

 

Dash.JPG

 

Many Thanks,
Praveen. 

 

1 ACCEPTED SOLUTION
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

Please try this formula below.

 

Measure = IF ( ISBLANK(SUM('Table'[Values])), "-" ,SUM('Table'[Values]))

Capture.PNG

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

Please try this formula below.

 

Measure = IF ( ISBLANK(SUM('Table'[Values])), "-" ,SUM('Table'[Values]))

Capture.PNG

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi there,
      Thank you so much for your help. I used your suggestion for my case on Measures column and it is working well. 


Regards,

Praveen. 

Hi @Anonymous,

 

You're welcome!Smiley Wink

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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