Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hello!
I am working to plot the difference between 2 rows based on user selection.
Users would select language 1 and language 2, and the chart needs to display the difference between the selected values.
Here's sample data,
Language | Points
Python | 10
RUST | 12
Java | 8
R | 6
e.g. Python - R should output "4"
R - Python should output "-4"
Python - RUST "-2" etc
Appreciate your inputs!
Solved! Go to Solution.
@Anonymous ,
Add a separate table for Slicer and refer to the .pbix attached.
Thank you so much for that. It worked as expected.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 21 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 58 | |
| 55 | |
| 43 | |
| 36 | |
| 35 |