March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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
Solved! Go to Solution.
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
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
132 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
203 | |
141 | |
107 | |
73 | |
70 |