0

我正在开发 POC 来探索 PowerBI RLS。在处理 POC 时,我发现 CRM ODATA 端点仅返回前 5000 条记录,并且它返回带有分页 cookie 的下一个链接。

我的问题是,我们如何利用这种机制将所有数据(大约 32000 行)放入 PowerBI 中的单个表中。是否有开箱即用的功能来获取所有数据。

在使用 Web Connector for CRM 时,PowerBI 没有为我提供太多选择。

我试图查看以下网址: http ://crmchap.co.uk/powerbi-deep-dive-using-the-web-api-to-query-dynamics-crm365-for-enterprise/

https://us.hitachi-solutions.com/blog/fast-vs-furious-powerbi-dynamics-crm-avoid-common-mistake-watch-data-fly/

https://docs.microsoft.com/en-us/power-bi/service-connect-to-microsoft-dynamics-crm

http://www.cloudfronts.com/issue-faces-retrieving-5000-records-using-web-api/

https://community.powerbi.com/t5/Desktop/Online-Service-Functionality-in-Power-BI/td-p/101864

https://community.powerbi.com/t5/Desktop/Online-Service-Functionality-in-Power-BI/td-p/101864

4

1 回答 1

0

所以限制只是在浏览器或通过代码的 Odata 提要端。最新版本的 powerbi 引入了所有数据。他们可能正在使用相同的下一个和上一个链接,该链接位于 5000 行的末尾。

于 2018-03-08T18:08:04.127 回答