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 September 15. Request your voucher.

Reply
mm8718
New Member

Repeating Values on a Matrix/Table Visual

Hi All

 

First post here and fairly basic user in PowerBI. I am trying to create a report that is needs to show top level figures as well as the detail below it. Ideally this table/matrix

 

Is there a way to remove the repeating lines against the Columns? In the example below, i only want the detail under column 3 for example and the rest can just be totalled or summarised in a top line.

 

The data is linked through external data sources so cant really play with it too much

 

I can understand why it is doing it but i would rather it did not. Some columns i would need the detail figures but on others just a summary will do. We can easily remove it in Excel but a ready made option will be better!

 

mm8718_0-1647866731279.png

 

3 REPLIES 3
PaulDBrown
Community Champion
Community Champion

You can use measures with ISINSCOPE. Let's say the detail level row is Table[Detail]. 
create the measures following this logic:

Remove detail sales = IF(ISINSCOPE(Table[Detail]), BLANK(), [Sales Measure])





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






v-yanjiang-msft
Community Support
Community Support

Hi @mm8718 ,

According to your description, if you just donn't want to show the blank rows in the column3, you can unselect the Blank value in the visual filter.

vkalyjmsft_0-1648107078900.png

If I misunderstanding your purpose, please feel free to let me know.

 

Best Regards,
Community Support Team _ kalyj

If this post helps, then please considerAccept it as the solution to help the other members find it more quickly.

davehus
Memorable Member
Memorable Member

Hi @mm8718 , The simplest way I can think of is to apply a conditonal format to the columns you don't want the line level it. I'd a similar need before and this worked a treat for me.

 

Sample link on conditional formatting if you haven't used it before  >https://www.mssqltips.com/sqlservertip/6265/power-bi-conditional-formatting-for-matrix-and-table-vis...

 

Please accept my solution if it meets your needs.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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