This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 29 | |
| 28 | |
| 25 | |
| 20 | |
| 14 |
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 29 | |
| 20 | |
| 19 |