Forum Discussion

rodneyc8063_1's avatar
5 years ago
Solved

Update Data Source for Multiple Datasets (Same source, just updating the server) Whats the best way?

Just curious   Lets say we have 50 beautiful reports that our users love using.    All 50 reports use our companies data warehouse - So its all the same source, but with varying measures/calculat...
  • Greg_Deckler's avatar
    Greg_Deckler
    5 years ago

    rodneyc8063_1 - Generally think of a dataflow as equivalent to a Query in Power Query. So typically you are accessing a single data source and performing transformations on it. You can then connect to this dataflow from Power BI Desktop and use it as if you had built the query in the Power BI Desktop file. So, if I understand correctly, in your case you would create 20 dataflows. Users could mix and match these dataflows to build datasets in their own Power BI reports in Desktop.

     

    For a Golden Dataset approach, you can create report level measures with a Live connection.

    https://radacad.com/live-connection-when-power-bi-comes-hybrid

    They cannot prune out tables or hide tables or hide columns, etc. You also cannot create new calculated columns so your options are limited.