Tag Archives: Power Platform

Increased request limits and allocations: 25K –> 40K, and 100K -> 500K

Well, good things just keep coming in. API limits have been increased quite a bit, and, it seems, it just happened yesterday: https://docs.microsoft.com/en-us/power-platform/admin/api-request-limits-allocations It’s, now, 40000 calls per Power App / D365 user: And, for the non-interactive/application users, it’s 500000 per day pooled: When did this happen? Looking at the git sources, it seems this… Read More »

Matrix Business Units – cool new way of setting up user security in Microsoft Dataverse

Have you noticed that there is a new feature that’s been added to the security model in Dataverse, and it’s called “Matrix Business Units”? https://docs.microsoft.com/en-us/power-platform/admin/wp-security-cds It is in preview, and it is being rolled out. To be honest, it’s not, yet, available in the environments I have access to, so I’m just waiting to see… Read More »

Here is an Azure Function that’s using Power BI Rest API. Although, it is still no faster than Power BI connector

Earlier this month, I blogged about how “Export to File for Paginated Reports” action seems to be relatively slow (even when compared to doing the export manually from the Power BI Service): https://www.itaintboring.com/power-automate/export-to-file-for-paginated-reports-execution-time/ So, I thought, maybe an alternative could be to write custom code which would be using Power BI Rest API to do… Read More »

DataSourceInfo – checking table permissions

You might have seen Lance Delano’s post about permissions support functions: https://powerapps.microsoft.com/en-us/blog/permissions-support-in-datasourceinfo-and-new-recordinfo-functions-for-dataverse/ This can be very useful, and it sort of feels this might be part of the functionality that would be required to use Power FX when configuring command bar buttons in model driven apps (since we would need to disable/enable those buttons based… Read More »