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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Scatter Chart -- Dynamic formulas not working

HI

 

I want to create dynamic scatter chart. that means, Based on Slicer selection X-Axis measure, Y-Axis measure should change automatically

 

X_axis_measure = IF(SELECTEDVALUE('X axis_Table'[X axis])="Total Customer",[total customer],IF(SELECTEDVALUE('X axis_Table'[X axis])="Total Products",[Total Products],if(SELECTEDVALUE('X axis_Table'[X axis])="Total Quantity",[Total Quantity],if(SELECTEDVALUE('X axis_Table'[X axis])="Total Profit", [Total Profit],if(SELECTEDVALUE('X axis_Table'[X axis])="Total Sales",[Total Sales])))))
 
Y_axis_measure = IF(SELECTEDVALUE('Y axis_table'[Y Axis])="Total Customer",[total customer],IF(SELECTEDVALUE('Y axis_table'[Y Axis])="Total Produts",[Total Products],if(SELECTEDVALUE('Y axis_table'[Y Axis])="Total Quantity",[Total Quantity],if(SELECTEDVALUE('Y axis_table'[Y Axis])="Total Profit",[Total Profit], if(SELECTEDVALUE('Y axis_table'[Y Axis])="Total Sales",[Total Sales])))))
 
X_axis = IF(SELECTEDVALUE('X axis_Table'[X axis]),[X_axis_measure])
Y_axis = IF(SELECTEDVALUE('Y axis_table'[Y Axis]),[Y_axis_measure])
 
in Scatter Chart :
X-Axis  ---> X_axis
Y-Axis  ---> Y_axis
Values ---> US State
Legend ---> Region
 
 By using above measures, iam getting this error ------- "Cannot convert value of type text to type True/False. 
 
 Please help!
 
1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , My advice would be to use a new field parameter feature and create to measure slicer

 

https://medium.com/@amitchandak/power-bi-field-parameters-a-quick-way-for-dynamic-visuals-fc4095ae9afd

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors