Scatter chart measure filter applied at lowest drilldown level instead of visible drilldown level
When you have one field on the scatter chart axis, the DAX generated is different than if you add a drilldown field. When you add a drilldown field, measure filters are applied at the lowest drilldown field level instead of at the visible level. This causes many situations where the visual result...
install Microsoft.ACE.OLEDB.12.0 on Power BI Service refresh infrastructure
When you have an Access Database (.accdb) file in SharePoint Online and you load from a "SharePoint Folder" data source then load that file, it loads fine from Power BI Desktop but when published to the services you can't refresh without an On-Premises Data Gateway which has Microsoft.ACE.OLEDB.1...
Need a REST API to get Dataflow refresh history
Datasets have a GET /refreshes API to retrieve the refresh history. We need one similar for Dataflows. There is a POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dataflows/{dataflowId}/refreshes API to start a refresh but there's no API to monitor the success/failure of that refresh curr...