We've created a couple of SSAS Tabular models, which are exposed to Power BI through the Enterprise Data Gateway. A large number of reports are build in Power BI Desktop with live connection to a Tabular model.
Now, when uploading a report file, Power BI correctly picks up the datasource from the gateway; but a new data set is created for each report. So when I upload e.g. 25 reports, I end up with 25 data sets all pointing to the same Tabular model, causing a lot of clutter in the workspace.
The preferred behaviour is that one data set/connection to a Tabular model is created, and each report uses that data set instead of creating a new one.
Is this something that can be configured, or is this a bug? Or simply a missing feature?