Forum Discussion
Interaction Between FILTER() and ALL()
Hi tomerfaith,
Could you please share us the pbix file with OneDrive or something else? So that I can dig deeper.
Thanks,
Xi Jin.
I have created a test pbix:
https://drive.google.com/file/d/1LaPNFfoSuxURiIQfJ-4L5aUEiw-OkRMs/view?usp=sharing
- v-xjiin-msft8 years agoSolution Sage
Hi tomerfaith,
I found out the issue. In my sample, the relationship between Calendar and ORD is one to one. However in yours, it is many to one.
To resolve your issue, you just need to change the relationship to one to one.
And if you want to know why. Honestly I have no idea. It seems like there exists some limitations which we don't know in many to one relationship.
Thanks,
Xi Jin. - tomerfaith8 years agoFrequent Visitor
First thank for helping.
I have 2 problems:1)Even when I set the relatonship to one to one I still get this:
while the 60 total is correct, the table does not show all the orders which were open during 2017.
2) In the real report the ORD table is big and the relationship IS many to one (power bi won't let me change this),