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 someone help me on my PQ, I have a table and i need some calculation
- IF the progress value is greater than Estimated, then calculate the actual Progress else Progress
RESULT
1.68*94.05/100 = 1.58
thank you
Solved! Go to Solution.
Table.addcolumn( previousStep, "Result", each if [progress] > [estimated] then [estimated] * [% complete] / 100 else [progress])
Hi @AllanBerces,
Thank you for reaching out to the Microsoft fabric community forum.
Thank you @Deku, for reply regarding the issue.
By using this formula you may create custom column:
if [Progress] > [Estimated] then [Estimated] * [PercentComplete] / 100 else [Progress]
Please find the attched Pbix file and screenshot for your reference
If your issue is sorted out, don’t forget to Accept it as the solution and give it a Kudos it helps other members find helpful answers faster.
Best Regards,
Harshitha.
Community Support Team
Hi @AllanBerces,
Thank you for reaching out to the Microsoft fabric community forum.
Thank you @Deku, for reply regarding the issue.
By using this formula you may create custom column:
if [Progress] > [Estimated] then [Estimated] * [PercentComplete] / 100 else [Progress]
Please find the attched Pbix file and screenshot for your reference
If your issue is sorted out, don’t forget to Accept it as the solution and give it a Kudos it helps other members find helpful answers faster.
Best Regards,
Harshitha.
Community Support Team
Table.addcolumn( previousStep, "Result", each if [progress] > [estimated] then [estimated] * [% complete] / 100 else [progress])
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 |
|---|---|
| 27 | |
| 25 | |
| 25 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 50 | |
| 45 | |
| 20 | |
| 18 | |
| 18 |