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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Raysaro
New Member

radial gauge charts

Hi everyone,

 

Is there any possibility of creating a radial gauge chart with variable needles according to a specific filter? ex.: there is a filter for the city and each city has different targets. If city "RJ" is selected, the target is "10", but if city "SP" is selected, the target will be changed to "15".

 

I can not create a measure with the function "if" because it is only for numerical value and my first filter is a text.

 

Thanks

1 ACCEPTED SOLUTION
v-luwang-msft
Community Support
Community Support

Hi @Raysaro ,

Refer the below:

vluwangmsft_0-1656492762652.pngvluwangmsft_1-1656492786516.png

 

You could download my pbix file to learn more details .

 

 

Did I answer your question? Mark my post as a solution!


Best Regards

Lucien

View solution in original post

3 REPLIES 3
v-luwang-msft
Community Support
Community Support

Hi @Raysaro ,

Refer the below:

vluwangmsft_0-1656492762652.pngvluwangmsft_1-1656492786516.png

 

You could download my pbix file to learn more details .

 

 

Did I answer your question? Mark my post as a solution!


Best Regards

Lucien

It worked!

Thank you so much!

Seanan
Solution Supplier
Solution Supplier

Hi @Raysaro 

Would you be able to share the table of data that you wish to use? 

*Update*

I believe using a calculated column with the following code will work

Target = SWITCH(TRUE(), 'Cities'[City] = "Test", 10, 'Cities'[City] = "Test1", 15, 'Cities'[City] = "Test2", 20)

You can then use a slicer to filter down between cities.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.