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
sanjay009
Helper III
Helper III

matrix table Column display even if value blank

I have a matrix report as below ( rows : group, columns : hours and value : measure field( count of rows)). The column hours are missing if i have blank value. I verified right click on Hours ( Show items with no data is checked). Still i am not able to see the blank data for the column.2020-11-02_17-10-06.jpg

 

1 ACCEPTED SOLUTION

Resolved as below:

 

Created a new table with distinct column

Add relationship to the tables

created matrix table

 

View solution in original post

4 REPLIES 4
NamishB
Post Prodigy
Post Prodigy

Hi @sanjay009 - This blank seems missing from the dataset because 'Blank' is not a tangiable value. You can try below 2 ways:

1.) If this is coming from SQL table/View Try Something like 

SELECT ISNULL(myColumn, 0 ) FROM myTable

2.) Create a new Measure and Add 0 to the value, Something like:

myColumn +0

 And use this new Measure in your matrix visual.

 

Hope either of this will be helpful

 

Cheers,

-Namish B

I applied the measure no change to the columns and values. I still don;t see the blank values

Resolved as below:

 

Created a new table with distinct column

Add relationship to the tables

created matrix table

 

mahoneypat
Employee
Employee

Did you try adding "+0" to your countrows measure?

Regards,

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


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.