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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jenani_user
Frequent Visitor

To sum based on half-yearly field and slicer selection

Hi Team,

Kindly suggest dax to calculate total based on half-yearly, the input and output are as shown in image.

The total has to be displayed based on year and category slicer selection

 

jenani_user_0-1655292126230.png

jenani_user_1-1655292257935.png

Thanks,

Jenani

1 ACCEPTED SOLUTION
v-luwang-msft
Community Support
Community Support

HI @jenani_user ,

Pls create the below measure:

sumvalue = CALCULATE(SUM('Table'[overall]),ALLSELECTED('Table'),'Table'[Half-yearly]=MAX('Table'[Half-yearly]))

 

Outputresult:

vluwangmsft_0-1655692431324.png

 

You could download my pbix file to learn more details.

 

 

 

Did I answer your question? Mark my post as a solution!


Best Regards

Lucien

View solution in original post

1 REPLY 1
v-luwang-msft
Community Support
Community Support

HI @jenani_user ,

Pls create the below measure:

sumvalue = CALCULATE(SUM('Table'[overall]),ALLSELECTED('Table'),'Table'[Half-yearly]=MAX('Table'[Half-yearly]))

 

Outputresult:

vluwangmsft_0-1655692431324.png

 

You could download my pbix file to learn more details.

 

 

 

Did I answer your question? Mark my post as a solution!


Best Regards

Lucien

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors