Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Solved! Go to Solution.
Resolved as below:
Created a new table with distinct column
Add relationship to the tables
created matrix table
Hi @Anonymous - 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 myTable2.) Create a new Measure and Add 0 to the value, Something like:
myColumn +0And 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
Did you try adding "+0" to your countrows measure?
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 81 | |
| 66 | |
| 50 | |
| 45 |