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.
i have a column exist_perc which is wholenumber.I want to column based on if condition by checking
if value is greater than zero means "YES",
if value is equal to zero or blank means "No".
plse help...
Solved! Go to Solution.
@nisha_deepak , Create a new column like
if(isblank([exist_perc]) || [exist_perc] = 0, "No", "Yes")
thanks
User | Count |
---|---|
77 | |
75 | |
36 | |
31 | |
29 |
User | Count |
---|---|
94 | |
80 | |
55 | |
48 | |
48 |