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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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
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!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.