Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I implement new feature "Data limit" function to my pbi report which is 202409 version.
It works fine in the power bi desktop, but not working after deploying to PBIRS.
There is a table visual in my page and a column describing ranking.
I set the Data limit to 200 and it only shows 200 records in PBI Desktop.
But when i deploy to PBIRS, the Data limit does not work and the filter pane still shows Data limit to 200.
does anyone have any idea?
Solved! Go to Solution.
Hi @Vanchy_Liao
Thanks for the reply from d_gosbell .
I have a workaround for your reference.
I wrote an Index column in DAX, sorted by Sales from smallest to largest.
Index = RANKX(financials, [ Sales], , ASC, Dense)
Then use that column to filter the table visualization.
Output in PBIRS web portal:
It's also possible not to put the Index column in the visualization, just to filter the effect is the same, I put it in to show the effect more obviously.
I used the Calculated column for the above test and measure for the following.
SUM = SUM(financials[ Sales])
IndexM = RANKX(ALL(financials), [SUM], , ASC, Dense)
Output in PBIRS web portal:
You can also add the index column to the Transform data.
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I confirm the bug, Power BI RS Version1.21.9032.4573(September 2024).
So, September release introduced two new features, and one of them doesn't work.
Hi @Vanchy_Liao
Thanks for the reply from d_gosbell .
I have a workaround for your reference.
I wrote an Index column in DAX, sorted by Sales from smallest to largest.
Index = RANKX(financials, [ Sales], , ASC, Dense)
Then use that column to filter the table visualization.
Output in PBIRS web portal:
It's also possible not to put the Index column in the visualization, just to filter the effect is the same, I put it in to show the effect more obviously.
I used the Calculated column for the above test and measure for the following.
SUM = SUM(financials[ Sales])
IndexM = RANKX(ALL(financials), [SUM], , ASC, Dense)
Output in PBIRS web portal:
You can also add the index column to the Transform data.
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
i hope MS can fix this issue and thanks your solution.
Sounds like it might be a bug. I'd suggested raising a support ticket with Microsoft to get this investigated.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
5 | |
4 | |
1 | |
1 | |
1 |
User | Count |
---|---|
8 | |
5 | |
4 | |
4 | |
2 |