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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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