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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Ajibao03
Regular Visitor

I want the grand total to repeat across all categories once I select the Disconnected date filter

@v-denglli-msft 

I need to create a measure that would repeat the grand total of the Total YTD column as the Total Amount. Currently the measure I created is throwing up the ITM grand total as the Total Amount which is not meeting up to the requirement.

For clarity, what I need is that once I select the Disconnected date filter, the corresponding Grand Total for "TotalYTD" should appear across the "TotalAmount" Column. e.g 

Based on the current selection, the value that is expected to appear across the second column is 1400 which is the grand total of "TotalYTD".

 

I have attached the link to the pbix file as well as a screenshot for your reference.

 

Any help is appreciated,

 

Link to file Image.JPG

1 ACCEPTED SOLUTION
mark_endicott
Super User
Super User

@Ajibao03 - DAX is below file is attached.

 

 

IF( ISFILTERED( 'Disconnected Table' ), CALCULATE( [TotalYTD], ALL( SalesTab[Category] )))

 

 

If this works for you please accept as the solution, it helps others with the same challenge. 

View solution in original post

2 REPLIES 2
mark_endicott
Super User
Super User

@Ajibao03 - DAX is below file is attached.

 

 

IF( ISFILTERED( 'Disconnected Table' ), CALCULATE( [TotalYTD], ALL( SalesTab[Category] )))

 

 

If this works for you please accept as the solution, it helps others with the same challenge. 

Thanks . It worked

Helpful resources

Announcements
ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.