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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.