Monthly Archives: October 2021

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 »

Canvas app error: the requested operation is invalid. Server Response: _scrubbedSensitiveData_

Here is an interesting error I ran into the other day: It does sound like there was something in the server response that was considered “sensitive data”, but what could have happened? The screenshot above is, actually, from the application I created specifically to reproduce the error and see why it’s happening, so it’s very… 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 »