Bug: Expand/collapse button icons for filters reversed
The icons for the expand/collapse buttons for page and report filters seem to be reversed. When a filter is already expanded, a "+" icons is shown, and a "-" is shown when a filter is collapsed.
Use SOQL relationship syntax for Salesforce object queries
When loading data for a child object in a parent query (e.g.: loading opportunities with Account.Name child values), two separate SOQL queries are currently generated (with independent series of REST API calls), one for the parent and one for the child. Network traffic and overall payload size w...
HTML decode transformation for Power Query
Unfortunately, there are quite a few applications out there that apply HTML-encoding prior to persisting data instead of at rendering time. While it makes perfect sense for Power BI to apply encoding for rendering, it would be great to have a convenient way to avoid double-encoding resulting in ...
Include Power Query query groups in pbit templates
We are currently using pbit files as a format for placing report design under source control. Unfortunately, the query groups created in the original report are not included in the template. In the absence of another mechanism for facilitating source control of report design, inclusion of the q...