Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have set up an Area Chart. This chart has a Date column on the X axis, and the column Measurement on the Y Axis. I would like to have the same Measurement column on the secondary axis, and control each of the Y axises with a different slicer. The slicer is for the column Parameter. I have about 30 Parameter categories.
The table is structured in this way:
Date | Parameter | Measurement |
01-01-2023 | CO2 | 5 |
01-01-2023 | NO2 | 10 |
02-01-2023 | CO2 | 4 |
02-01-2023 | NO2 | 11 |
... | ... | ... |
Right now it looks something like this:
Although, when I now select two different Parameters, nothing is shown.
Solved! Go to Solution.
I have figured it out. This is what I did:
I have figured it out. This is what I did:
and control each of the Y axises with a different slicer.
Although, when I now select two different Parameters, nothing is shown.
Your slicers are based on the same column. If you select different values the intersect will be blank. It's as if you would say "I want that monochrome ball, and I want it to be blue and red at the same time"
Hi @lbendlin ,
Thank you for the reply. I understand that this will not work. I needed to somehow show what I would like to make. I have no idea how to do it. That's why I ask 😊.
I tried to make a copy of the Parameter column, and use that column for the 2nd slicer, but that also does not work.
Do you have any pointers in the right direction?