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

Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now

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

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
OCT PBI Update Carousel

Power BI Monthly Update - October 2024

Check out the October 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.

October NL Carousel

Fabric Community Update - October 2024

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