cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
FloK
Regular Visitor

Difference between two sliced visuals, displayed as a visual

Hi all,

 

I have tried finding the solution to my problem for a while now, but simply can't figure out a way. Finally decided that the only way forward is signing up here and ask for help.

 

The data looks roughly like this:

ProductMonthprofit
apple01-31-20231750
orange01-31-2023-4000
apple02-28-20231500
orange02-28-2023-3900
apple03-31-20231600
orange03-31-2023-2500
apple04-30-2023

1100

orange04-30-2023

500

 

I have created two visuals with a slicer each. The slicer is assigned to each visual using Format --> Edit interactions

FloK_1-1684764929745.png

Below this, there should be another visual that displays - in the same format - the difference between the two chosen months for each product.

E.g. for January 2023 vs. February 2023 that visual should display a bar of -250 for apple and +100 for orange.

 

Thanks a lot for your help!

 

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @FloK 

only if you have two date tables one for eeach slicer. 

View solution in original post

4 REPLIES 4
tamerj1
Super User
Super User

Hi @FloK 

only if you have two date tables one for eeach slicer. 

Hi @tamerj1 

Thanks for the hint. I have now created two tables (table slicer 1 / table slicer 2) and assigned them to the two visuals.

Unfortunately I'm still having trouble displaying the difference. I have set up the following measure:

Difference3 = 
VAR SelectedMonth1 = SELECTEDVALUE('Table slicer 1'[Date])
VAR SelectedMonth2 = SELECTEDVALUE('Table slicer 2'[Date])

return
    CALCULATE(SUM('Table slicer 1'[Value]),
    'Table slicer 1'[Date]=SelectedMonth1
    ) -

    CALCULATE(SUM('Table slicer 2'[Value]),
    'Table slicer 2'[Date]=SelectedMonth2
    )
 
And displayed it as a stacked column chart:
FloK_0-1684826082540.png

 

The third visual displays the same values as the first visual but not the difference.

 

Can you please help me adjust the the measure 'Difference3' (or the visual), so that it displays the actual difference?

 

Many thanks!!!

 
 

@FloK 

Not 100% like this but it should also work. Make sure interaction is active between all visuals 

It was indeed the interaction settings that prevented proper calculations 🙄

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

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

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors