Forum Discussion
Percentile Calculation
- 4 years ago
The premium license can't be used for report server, it is used in pbi service. And admin can modify capacity setting in service with may be meet your needs. But I can’t be 100% sure because I don’t know your specific situation. If you have(If your report server key is obtained from premium), you can try to publish the report to service, add a gateway, and see if it can be displayed.
Reference:
What is Microsoft Power BI Premium? - Power BI | Microsoft Docs
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
Thank you v-janeyg-msft for your reply.
We are using Power BI report server. Kindly please advise if we can set any limit to row count from admin side if the report is running on report server and how to do it
And actually the measure is very simple :
Percentile_25_Sal
= CALCULATE(PERCENTILE.INC(EMP[SALARY],0.25),EMP[ACTIVE]=1)
The row count of this filtered dataset is greater than 1M.
Thank you
- v-janeyg-msft4 years agoCommunity Support
Hi, Gayathri999268
Sorry, I'm afraid not. The limit of DQ should be the same on desktop for service and desktop for report server. I think the only thing you can do is to control the results returned by the query to be less than 10 million rows. After all, premium is paid, so it is powerful.
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey- Gayathri9992684 years agoFrequent Visitor
Thank you for the reply v-janeyg-msft .
Unfortunately I cannot reduce the dataset size as per the client requirements. Just for my understanding to proceed ,Could you please clarify how to set this limit incase we acquire a premium license for Power BI Report server.
Thanks in Advance.
- v-janeyg-msft4 years agoCommunity Support
The premium license can't be used for report server, it is used in pbi service. And admin can modify capacity setting in service with may be meet your needs. But I can’t be 100% sure because I don’t know your specific situation. If you have(If your report server key is obtained from premium), you can try to publish the report to service, add a gateway, and see if it can be displayed.
Reference:
What is Microsoft Power BI Premium? - Power BI | Microsoft Docs
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey