Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Create a Slicer based on data from 2 columns

Hello All,

 

I would like to create a slicer which will be based on 2 columns. For example sample data and how the slicer should look like is shown below.

 

Sample data:

 

 Type AType B
Sydney10010
Tokyo20080
SF30020
NYC23020
LA5005

 

Slicer: will be based on columns "Type A" and "Type B" such that when I select "Type A" it will display the values for all the cities for type A. If I select "Type B" it should display values of cities for type B and if i select both "Type A" and "Type B" then it should sum the values. Scenarios outlined below:

 

Scenario 1: Type A selected

 

Slicer
Type A - selected
Type B

 

Table will display:

 

 Type
Sydney100
Tokyo200
SF300
NYC230
LA500

 

Scenario 2: Same  as scenario 1 when type B is  selected.

 

Scenario 3: when both Type A and Type B are selected

Slicer
Type A - selected
Type B - selected

 

Table shows:

 

 Type
Sydney110
Tokyo280
SF320
NYC250
LA505

 

Thanks in advance!

  • Hi Anonymous ,

    you can do it like this:

     

    Take a look at the attached PBIX file.

    With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
    FrankAT (Proud to be a Datanaut)

1 Reply

  • FrankAT's avatar
    FrankAT
    Community Champion

    Hi Anonymous ,

    you can do it like this:

     

    Take a look at the attached PBIX file.

    With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
    FrankAT (Proud to be a Datanaut)