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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

How to given percentage value in Dax function

 i am getting error when i am trying given < 1% .   i writen condition  of Adj % values greater then 1% its use the value No touch and Use BI column. But i am  not able to 1% in the below Measure . 

 

No touch New = IF(AND([Adj %]<1,[Active SPD]="Active SPD"),"No Touch","Use BI")
 
also i am trying to give color code above measure if No touch  its Green and Use BI  its Black .
 
 
Looking for support. thanks in advance ..
2 REPLIES 2
V-lianl-msft
Community Support
Community Support

Hi @Anonymous ,

 

Based on your description, I guess you want to display two values in different formats in a measure?

Try using an external tool (Tabluar Editor)

https://community.powerbi.com/t5/Community-Blog/Using-a-slicer-to-show-different-measures/ba-p/1724504 

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

ValtteriN
Super User
Super User

Hi,

I am not sure I understood the issue, but you are describing that you should have < 1% as a condition? Now you have <100%. Try changing "[Adj %]<1" ->"[Adj %]"<0,01 like this.





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

Proud to be a Super User!




Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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