<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Changing database selection from power bi Web App in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Changing-database-selection-from-power-bi-Web-App/m-p/4262628#M58063</link>
    <description>&lt;P&gt;Hi everyone, I want to set up a way to be able to have users within the power bi web app to be able to change the database source directly from their end. I assume this would be through some sort of direct real time streaming to an internal SQL database. We have multiple databases housing different data for different clients. Our team needs to be able to switch between each database within the SQL server to be able to see whichever client they are working on. I would like it to be all done using the power bi web application and not done individually on each of their power bi desktop. Please let me know if there is a solution on power bi for this.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2024 16:02:03 GMT</pubDate>
    <dc:creator>dvandolder</dc:creator>
    <dc:date>2024-10-29T16:02:03Z</dc:date>
    <item>
      <title>Changing database selection from power bi Web App</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Changing-database-selection-from-power-bi-Web-App/m-p/4262628#M58063</link>
      <description>&lt;P&gt;Hi everyone, I want to set up a way to be able to have users within the power bi web app to be able to change the database source directly from their end. I assume this would be through some sort of direct real time streaming to an internal SQL database. We have multiple databases housing different data for different clients. Our team needs to be able to switch between each database within the SQL server to be able to see whichever client they are working on. I would like it to be all done using the power bi web application and not done individually on each of their power bi desktop. Please let me know if there is a solution on power bi for this.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 16:02:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Changing-database-selection-from-power-bi-Web-App/m-p/4262628#M58063</guid>
      <dc:creator>dvandolder</dc:creator>
      <dc:date>2024-10-29T16:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Changing database selection from power bi Web App</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Changing-database-selection-from-power-bi-Web-App/m-p/4262812#M58065</link>
      <description>&lt;P&gt;You can parameterize the server/database connection but after changing that value, the model would need to be refreshed and everything about the structure of the tables would need to be identical.&lt;/P&gt;
&lt;P&gt;I would think it would be easier for you to set up the model to include all the data from all databases and then add a slicer to the report to only show what is required.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 18:05:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Changing-database-selection-from-power-bi-Web-App/m-p/4262812#M58065</guid>
      <dc:creator>KNP</dc:creator>
      <dc:date>2024-10-29T18:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing database selection from power bi Web App</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Changing-database-selection-from-power-bi-Web-App/m-p/4264405#M58084</link>
      <description>&lt;P&gt;Yes I agree with you, that is our long term plan to have one database that stores everything. The paramater worked after I set up a gateway on my computer. Do you know if it is possible for the end user to update the parameter if I share the power bi report with them?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 17:57:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Changing-database-selection-from-power-bi-Web-App/m-p/4264405#M58084</guid>
      <dc:creator>dvandolder</dc:creator>
      <dc:date>2024-10-30T17:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing database selection from power bi Web App</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Changing-database-selection-from-power-bi-Web-App/m-p/4264442#M58085</link>
      <description>&lt;P&gt;The only way passing a parameter would work for users consuming the report is if you were using direct query and that's not a good idea.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My thinking around pulling all the data in would be using Power Query to combine the data from all databases.&lt;/P&gt;
&lt;P&gt;so queries,&lt;/P&gt;
&lt;P&gt;stage_databaseA&lt;/P&gt;
&lt;P&gt;stage_databaseB etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;combined_databases&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the combined query you can ensure data exists for filtering via slicer or RLS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 18:54:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Changing-database-selection-from-power-bi-Web-App/m-p/4264442#M58085</guid>
      <dc:creator>KNP</dc:creator>
      <dc:date>2024-10-30T18:54:49Z</dc:date>
    </item>
  </channel>
</rss>

