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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
anonymous_98
Resolver I
Resolver I

issues with option "don't summarize"

so there are 3 columsn and 2 measures in the grid. out of those 3 columns, have a column abc in the grid. when i select the option "don't summarize" for the column abc at report level,  the table visual becomes empty. 

whereas when i select any other options like "sum" for the same column abc, then the grid shows one row which is correct. and it shows value 1 for column abc

 

and actual value of that abc column is 1 in database for that row. 

 

does anyone know why its working this way? appreciate your help 🙂

2 REPLIES 2
amitchandak
Super User
Super User

@anonymous_98 , the measure can reduce the values of not summarized columns. Use the ABC column in the table as do not summarize, and check if you are getting data. if yes, then check why your measures are removing values of ABC

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

yes, you are right. those 2 measures are removing that row because we are returning blank based on a condition like "if valiue <> 0 then value else blank".

 

and the abc column is a flag.

 

so if i do sum for abc column at grid level then it shows the row which is correct.

 

but user don't want to see abc flag in the table. so if i remove abc flag column then that row does not show.

 

so my requirement is like to show that row(s) in table which has flag = 1(without showing flag column in table visual) even if value of those 2 measures is blank. 

 

i just wanted to understand how the table visual works. so that based on that understanding i can write a logic in measure

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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