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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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