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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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. 

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
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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