Forum Discussion
TOP N filter not displaying the correct N
what does your data model look like?
I simplified the model quite a bit, unfortunately everything is DirectQuery so I cannot upload a file.
Hope this helps you out in helping me.
The date table is marked as such. I added a column to it to get the starting day of the week in there (sundays). This is what I am using to sort by week.
So long as I don't use the TOP N filter, everything works as intended.
- vanessafvg4 years ago
Community Champion
I think the issue could lie in the fact that you have a many to many to many relationship between date and your table but im not sure without access to some sample data, the issue would almost certainly be in your model in my opinion. are you placing the date from the date table? if you swap it for the date in your table does it make any difference?