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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
Hope someone can help me regarding this concern
I want my number of track become 1 instead of 0 if the value of six column is <80 it will show number of track =1
i used this formula to compute the number of track if the value is >=80 =1
Thanks in advanced!
Solved! Go to Solution.
I already solve my problem haha
Track =
var Greater = IF(formula here)
var Zero = IF(Greater = 0, 1, Greater)
RETURN Zero
I already solve my problem haha
Track =
var Greater = IF(formula here)
var Zero = IF(Greater = 0, 1, Greater)
RETURN Zero