Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
hi Team,
I have used radar chart by MAQ software
requirment
i want to set the axis as limit of 10 , always it should be display the axis number from 1 to 10
i have used category as column and 4 measures
in the data there are more than 50 category but i want to set the color of plot if greater 9 then green somtheing like that
Thanks
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or you are still confused about it, please provide me with more details about your problem.
Best Regards,
Rico Zhou
I think your requirement is to use conditional formatting in radar chart by MAQ software. This custom visual doesn't contain this function currently.
However I find that developers will be able to turn on conditional formatting for their Power BI custom visuals. Power BI already supports conditional formatting for native visuals, and custom visuals will now have that feature as well.
For reference: Support for conditional formatting for custom visuals
You can try to turn on this function manually by code.
For reference: Add conditional formatting
Then you can build a color measure by your logic.
Sample =
IF (SUM(VALUE)>=9,"Green","Red")
For reference: Conditional formatting for visualizations
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous but conditional formatting options are not available for Radar Chart by MAQ sw
Yes. However developers is able to turn on conditional formatting for their Power BI custom visuals in 2021 Jan.
For reference: Support for conditional formatting for custom visuals
You can refer to the offical blog as below to turn on conditional formatting function manually by code.
For reference: Add conditional formatting
Or you can submit a new idea to improve the Power BI: Idea
It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.