Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi good day, can anyone correct my IF calculated column
DESIRED OUTPUT
| Initial_ | Subtable | Final |
| 0 | 0 | 0 |
| 0 | 0 | |
| 0 | 0 | 0 |
| 0 | 0 | |
| 0 | 0 | |
| 0 | 0 | |
| 0 | 0 | 0 |
| 1 | 1 | |
| 1 | 1 | |
| 1 | 1 | |
| 1 | 0 | 0 |
| 1 | 0 | 0 |
| 1 | 0 | 0 |
| 1 | 0 | 0 |
| 1 | 0 | 0 |
| 1 | 0 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | |
| 1 | 1 | |
| 1 | 1 | |
| 1 | 1 |
Solved! Go to Solution.
Hi @AllanBerces ,
Please chech the below correct version and let me know if this works for you.
If it sees a blank: It pulls Initial_ value.
If it sees a 0: It recognizes the number and returns 0.
If this post helps, please accept this as a solution. Appreciate your kudos.
Thanks,
Pallavi
Hi,
Write this calculated column formula
Column = if(Data[Subtable]==0,0,Data[Initial_])
Hope this helps.
Hi @AllanBerces ,
Please chech the below correct version and let me know if this works for you.
If it sees a blank: It pulls Initial_ value.
If it sees a 0: It recognizes the number and returns 0.
If this post helps, please accept this as a solution. Appreciate your kudos.
Thanks,
Pallavi
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 20 | |
| 19 | |
| 11 |
| User | Count |
|---|---|
| 63 | |
| 53 | |
| 46 | |
| 44 | |
| 31 |