Apply cross-filters to data in DAX
Cross-filters only apply to measures. It would be useful to have the ability to apply the current cross-filters to a DAX calculation you can use in columns (and possibly other measures too). The function would probably look something like: APPLYCROSSFILTERS(
Simple Semantic Layer Support for Schema in Custom Connectors
A simple Semantic Layer support could be incorporated in Power BI by having Power Query use a shared function in the Connector of:
getLocalization(
Selected Columns list to give expanded fields as well
Currently onSelectedColumns gives only top level fields. It is common for REST APIs not to return all fields and only return initially hidden fields if specifically asked for. If not asked for then you get "null" in those fields, usually because they are not actually in the response, but the co...