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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
marcoslepore22
Regular Visitor

Dynamic X axis and Y axis for Scatter chart

Hi guys,

 

I´m kind of new to Power BI. Thanks in advance for your help.

I want to create a dashboard like this:

https://dataveld.com/power-bi-sample-wind-energy-makeovermonday-2019-w08/ 

 

A "simple" scatter chart with dynamic both X and Y axis (I want to let the final user choose what they want on the axis), just like the example on the link above. I saw ways to do it using bar charts but I couldn´t find something that works on scatter charts for both axis.

Could you please help me?

1 ACCEPTED SOLUTION
6 REPLIES 6
marcoslepore22
Regular Visitor

marcoslepore22_1-1618508675674.png

The result

Anonymous
Not applicable

Hi Marco , This is Awsome! 

 

it would be great if You share the power bi file. 

amitchandak
Super User
Super User
Anonymous
Not applicable

Hi , 

 

I applied tow Slicer Measure for each Aixs in Scatter Chart, The problem is When I added A filter Slicer For each Aixs it would effect the other Filter Slicer and would not let me change the filter Value! 

 

Slicer Measure 1 = SWITCH(SELECTEDVALUE('Indicator'[IndicatorName], "A"),

"A", [indicatorvalues1],
"B", [indicatorvalues1],
"C", [indicatorvalues1]

)
 
 

 

Slicer Measure 2 = SWITCH(SELECTEDVALUE('Indicator'[IndicatorName], "B"),

"A", [indicatorvalues1],
"B", [indicatorvalues1],
"C", [indicatorvalues1]

)
 
these are the Slicer Measures. 
 
and for Filter Slicer I just choose the 'Indicator'[IndicatorName],

I applied these MEASURE SLICERS on the axis values and all worked! Thanks for the help and for the tutorial links!

Thanks for the reply @amitchandak . I´ll try these measure slicers and then I come back here with the results.

 

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.

Feb2025 NL Carousel

Fabric Community Update - February 2025

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