The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
87 | |
84 | |
36 | |
35 | |
32 |
User | Count |
---|---|
96 | |
75 | |
67 | |
52 | |
52 |