Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello,
I have several measures : [measure A], [measure B]; [measure C], [measure D].
I have created a table with the corresponding texts :
| measure A |
| measure B |
| measure C |
| measure D |
and a slicer linked to this table.
I would like to be able to select several values in this slicers and then, use this information to calculate a new measure that will sum each selected measure.
If I select A and C, my new measure will be [Total] = [measure A] + [measure C]
If I add D to the current selection, I want that [Total] = [measure A] + [measure C]+ [measure D]
I know how to do that with one dedicated slicers per measure, but I would prefer the approach with just one slicer.
Can you help me ?
Thanks by advance.
Solved! Go to Solution.
Hello,
I've find the solution of my issue 🙂.
My SlicerTable :
| Show |
| A |
| B |
| C |
| D |
[new measure]=
SUMX(SlicerTable;
SWITCH(SlicerTable[Show];
"A";[Mesure A];
"B";[Mesure B];
"C";[Mesure C];
"D";[Measure D]
)
)
@arq52 - Perhaps take a look at this: https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-EVERYTHING-measures-axis-legend-titl...
Thank you for your help,
But at "step 1", this is the usual selection of a single value (distribution or price or value or volume).
And not several values selected in one slicers.
Best regards.
Hello,
I've find the solution of my issue 🙂.
My SlicerTable :
| Show |
| A |
| B |
| C |
| D |
[new measure]=
SUMX(SlicerTable;
SWITCH(SlicerTable[Show];
"A";[Mesure A];
"B";[Mesure B];
"C";[Mesure C];
"D";[Measure D]
)
)
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 21 | |
| 14 | |
| 10 | |
| 5 | |
| 5 |