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 nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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 |
|---|---|
| 23 | |
| 22 | |
| 20 | |
| 20 | |
| 12 |
| User | Count |
|---|---|
| 63 | |
| 56 | |
| 47 | |
| 44 | |
| 37 |