Forum Discussion
Dynamic X axis and Y axis for Scatter chart
- 5 years ago
marcoslepore22 , As scatter visual take measure on both axis measure slicer should work
measure slicer
https://www.youtube.com/watch?v=b9352Vxuj-M
https://community.powerbi.com/t5/Desktop/Slicer-MTD-QTD-YTD-to-filter-dates-using-the-slicer/td-p/500115
https://radacad.com/change-the-column-or-measure-value-in-a-power-bi-visual-by-selection-of-the-slicer-parameter-table-pattern
https://www.youtube.com/watch?v=vlnx7QUVYME
marcoslepore22 , As scatter visual take measure on both axis measure slicer should work
measure slicer
https://www.youtube.com/watch?v=b9352Vxuj-M
https://community.powerbi.com/t5/Desktop/Slicer-MTD-QTD-YTD-to-filter-dates-using-the-slicer/td-p/500115
https://radacad.com/change-the-column-or-measure-value-in-a-power-bi-visual-by-selection-of-the-slicer-parameter-table-pattern
https://www.youtube.com/watch?v=vlnx7QUVYME
- marcoslepore225 years agoRegular Visitor
Thanks for the reply amitchandak . I´ll try these measure slicers and then I come back here with the results.
- marcoslepore225 years agoRegular Visitor
I applied these MEASURE SLICERS on the axis values and all worked! Thanks for the help and for the tutorial links!
- Anonymous4 years agoNot 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],