Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I have a number of batches and I want to get the average number of critical deviations per bacth.
I have a table with the batch number and another table with the deviations and the batches associated
I have created in the batch table the following column:
Hi @Laeti ,
You can use the following Calculated Column,
Calculated Column = If (NOT(ISBLANK(#CriticalDeviation), AVERAGE(#CriticalDeviation))
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!!
Hi!
It did not work but it helped me to find a solution. I did change the formula and it worked! Thanks
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 10 | |
| 9 |