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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
randeep
Helper I
Helper I

Don't Summarize Dates in Matrix

I have a column called ETA Date, where its not populated for all records. 

First I would like not like to display the summary value at bottom. I have set it as DO NOT SUMMARIZE, yet it still does.

 

ViewView

 

SettingsSettings

 

Second, I won't want to display the date when group is collapsed. Rather have it only display when its expanded.

1 ACCEPTED SOLUTION

@V-lianl-msft , ISINSCOPE function works great.

I can't opt to disable to Row Subtotal, since it will disable total for all columns. I'm just looking for Date columns here.

Anyway, the ISINSCOPE does the trick in this case.

 

image.png

View solution in original post

3 REPLIES 3
V-lianl-msft
Community Support
Community Support

Hi @randeep ,

 

1. You can turn off the row subtotal in the matrix.

test_subtotal.PNG

2. Using the isinscope function to determine if it is in the hierarchy

Measure = IF(ISINSCOPE('Table (2)'[type]),MAX('Table (2)'[date]))

test_isinscope.PNG

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@V-lianl-msft , ISINSCOPE function works great.

I can't opt to disable to Row Subtotal, since it will disable total for all columns. I'm just looking for Date columns here.

Anyway, the ISINSCOPE does the trick in this case.

 

image.png

amitchandak
Super User
Super User

@randeep , if you use them in values you can not use don't summarize.

Use a table or refer the different ways you can display matrix

ps://www.burningsuit.co.uk/blog/2019/04/7-secrets-of-the-matrix-visual/

https://docs.microsoft.com/en-us/power-bi/visuals/desktop-matrix-visual

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors