Forum Discussion
DirectQuery workaround maximum allowed size with Top records
Yes it's the max limit:
// SQL Query
SELECT
TOP (1000001)
...
Adding a Top N "Filter on this visual" (table) seems to be doing something more complicated - joins to another SQL statement which is selecting Top N records by specific column, rather then just overrinding Top (1000001) and hence obeying the selected table sort order
Raise an idea at ideas.powerbi.com
- Anonymous5 years agoNot applicable
I can't even do that, thanks to (excellent!) the PowerBi account restrictions/changes. Took me ages to be able to post on this forum, this is ridiculous to be honest (nothing to do with this issue apologies)
- v-easonf-msft5 years agoCommunity Support
Hi, Anonymous
Have you checked this similar thread to create a mesure ,the apply it to the visual filter pane.best regards,
Community Support Team_ Eason- Anonymous5 years agoNot applicable
not sure how to combine RANKX with selected filters, is it possible?
Tried following this but I can't work out how to apply to my example