Forum Discussion
ALLNOBLANKROW behaviour
- 5 years ago
bhalicki
In your calculation, when you add Description, it adds a filter eventually filtering the values. I added Product as a filter to Calculate the force the only available Project Codes.
I will direct you to some good resources to understand further:
https://www.youtube.com/watch?v=GIP5dzBmUxc
bhalicki
You can modify your measure as follows. You are applying a filter from the Project table which will eliminate any value that is not available in the project table.
TotalBudgetNoBlanks = CALCULATE(SUM(Budget[Amount]), Project))
Fowmythat does exactly what i'm after, thank you very much! My only question is, are you able to explain why ALLNOBLANKROW is doing what it is in my scenario above? Based on documentation and tutorials, seems this is exactly what it is designed to do.
- Fowmy5 years ago
Super User
bhalicki
In your calculation, when you add Description, it adds a filter eventually filtering the values. I added Product as a filter to Calculate the force the only available Project Codes.
I will direct you to some good resources to understand further:
https://www.youtube.com/watch?v=GIP5dzBmUxc