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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
arq52
Frequent Visitor

How to customize measure with several selection in a slicers

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.

 

 

1 ACCEPTED SOLUTION
arq52
Frequent Visitor

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]
  )
)

View solution in original post

3 REPLIES 3
Greg_Deckler
Super User
Super User

@arq52 - Perhaps take a look at this: https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-EVERYTHING-measures-axis-legend-titl...



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

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.

arq52
Frequent Visitor

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]
  )
)

Helpful resources

Announcements
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!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

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