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 there,
I am trying to create dynamic visual using a scatter chart.
I've crated a measure slicer (1, 2) and SWITCH measure (ie. if 1 = A, if 2 = B).
Then I've applied these SWITCH measures to x-axis and y-axis of the scatter chart but the values do not seem to be following the conditions applied.
I've used the same measure slicer and SWITCH measures in a table format, which worked as expected.
Is there a different way I should be creating dynamic visual with scatter chart or is dynamic visual function not supported for scatter chart?
Thank you.
Solved! Go to Solution.
Hi @ana
Thank you for your response 🙂
I realised that one of my DAX for measure selector was formatted to produce the number in currency format and when I removed that, it worked for the scatter plot.
Hi @ana
Thank you for your response 🙂
I realised that one of my DAX for measure selector was formatted to produce the number in currency format and when I removed that, it worked for the scatter plot.