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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
Giavo
Helper III
Helper III

SUM inside SWITCH( TRUE()

Hi everybody, i have a Line Chart with the weeks on X Axis and Money on Y Axis.
I am using this formula in order to display different targets for different organizations (5 Orgs) :
SWITCH(TRUE().
                               CONTAINS('Table'.'Table'[Org]."ORG1") .17627254.
                                CONTAINS('Table'.'Table'[Org].ORG2").8397950.
                                CONTAINS('Table'.'Table'[Org]."ORG3").10959546.
                                CONTAINS('Table'.'Table'[Org]."ORG4") .13959546.
                                CONTAINS('Table'.'Table'[Org]."ORG5") .15959546.
                                BLANK()
)

 

Now, selecting each organization i can see the targets as i defined in the measure. My problem is that when selecting all of the 5 Organizations i would like to see the sum of all this targets. But when i select all 5 organizations i don't see the sum but the value just for the ORG1.

How can i Achieve a result of summing all Targets when all Organizations are selected?

Thank you in Advance
Cheers

1 ACCEPTED SOLUTION
BalaVenuGopal
Resolver I
Resolver I

Hi @Giavo ,

 

Create a measure with sum(targets) and use that mesure in your switch case will resolve  your issue.

 

Please mark as solution if this works for you otherwise pelease share data

View solution in original post

1 REPLY 1
BalaVenuGopal
Resolver I
Resolver I

Hi @Giavo ,

 

Create a measure with sum(targets) and use that mesure in your switch case will resolve  your issue.

 

Please mark as solution if this works for you otherwise pelease share data

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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