The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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