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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Pol
Frequent Visitor

Value is equal to 1 instead of 0

Hi, 

Hope someone can help me regarding this concern

Pol_0-1671430680928.png

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

Track 1 = IF([A&S] >= 80, 1,0)
            + IF([BM] >= 80, 1,0)
                + IF([BM - A] >= 80, 1,0)
                    + IF([IT] >=80, 1,0)
                        + IF([ENGG] >=80, 1,0)
                            + IF([THM] >=80, 1,0)

 

Thanks in advanced!

1 ACCEPTED SOLUTION
Pol
Frequent Visitor

I already solve my problem haha
Track =
       var Greater = IF(formula here)

       var Zero = IF(Greater = 0, 1, Greater)

RETURN Zero

View solution in original post

1 REPLY 1
Pol
Frequent Visitor

I already solve my problem haha
Track =
       var Greater = IF(formula here)

       var Zero = IF(Greater = 0, 1, Greater)

RETURN Zero

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors