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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
mimi
Advocate I
Advocate I

How to stop the table from reducing columns/rows

When I filter, the table reduces the number of columns/rows. I do not want that. How can I solve this? For example, when I filter by different customers the rows change. i want them to be the same so that i can spot blanks

 

resizing.JPGrezing 2.JPG

4 REPLIES 4
Anonymous
Not applicable

Add this to the end of your measure:

 

+ 0

 

Power BI, like pivot tables, suppress blank values from being shown.  Zero is not the same as blank, and this will force a value to be shown in a visual.

Hi

 

Thanks for replying. The table was not made up of measures but columns that I dragged into the table. So that means I have to create a measure called Sales and add a zero. That seems to work.

 

Is there another way of showing zero or nulls without creating an additional measure.

Anonymous
Not applicable

@mimi , you should ALWAYS make measures, even for a simple SUM().  This is best practice, and all medium to advanced DAX depends on this EXPLICIT measures being created.  

Hi @mimi 

Based on my knowledge, reducing rows for a table visual when filtering data is a default design.

Adding a measure is a simple workaround.

I have another workaround by create a new table and a measure.

If your are interested, please let me know.

If ChrisHaas's suggestion really help you, could you kindly accept his suggestion as a solution so more users can find this thread quickly?

 

Best Regards

Maggie

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors