Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
How to put a condition on a measure, I've a measure which have all numeric values in each row and need to compare it with a fixed number, I'm trying this:
conditional_Column = IF(
[Measure] >= 20000 ,
"Met" ,
"Not Met"
)
Please let me know if I'm doing wrong.
Thanks
Hi, @goldstain09
According to your description, the MEASURE you wrote works, if he doesn't work in your DAX or you have other needs, you can share the pbix file with no sensitive data, the datasheet (not the screenshot), the desired effect, and the logic to achieve the effect.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
At fisrt glace, your measure is correct. If you can share a sample pbix, I can try to help you
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.