<?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 Re: From SQL to PowerBI : intermediary file in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4586936#M7534</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/728203"&gt;@LogiqueNeutre&lt;/a&gt;,&lt;/P&gt;
&lt;P data-start="330" data-end="429"&gt;Thank you following up on our previous conversation. Regarding the &lt;STRONG data-start="373" data-end="418"&gt;"&lt;/STRONG&gt;Enable DirectQuery for Live Connections" setting this option is only available if your Power BI workspace is in a Premium Capacity (P1 or higher). If your workspace is Pro or Free, this option will not appear in the dataset settings.&amp;nbsp;&lt;/P&gt;
&lt;P data-start="330" data-end="429"&gt;If you don't have Premium capacity, you can still connect your reports to the published dataset using Live Connection, which works similarly to DirectQuery.&lt;/P&gt;
&lt;P data-start="330" data-end="429"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Hammad.&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps then please mark it as a solution, so that other members find it more quickly.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2025 01:35:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-02-27T01:35:58Z</dc:date>
    <item>
      <title>From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4415397#M7305</link>
      <description>&lt;P&gt;Good morning community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after a lot of work, i have to admit i fail at solving this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have several Power BI files, each using a connector, and each being refreshed twice a day by this connector. They get most of their data from a single SQL database, which also has the connector.&lt;/P&gt;&lt;P&gt;I thought i could reduce a lot the server load induced by the refreshes by having an intermediary file, doing the requests (twice a day, still), and then having each Power BI file getting their data from this intermediary file instead of the SQL database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i make this file a Power BI file, i can't find out how to properly get data to other Power BI files from this Power BI file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i make this file an Excel file, i tried many things, but i don't find how to properly get it updated twice a day without having a dirty solution like the server opening this Excel and a macro refreshing it (which will not happen). I found a "solution" in power automate, but it doesn't work (the script gets executed, supposedly, the data doesn't get refreshed, while power automate says the flow worked fine.&lt;/P&gt;&lt;P&gt;I also found this, &lt;A href="https://damobird365.com/export-power-bi-to-excel-with-power-automate/#Populate-an-Excel-file-with-Graph-API" target="_blank" rel="noopener"&gt;https://damobird365.com/export-power-bi-to-excel-with-power-automate/#Populate-an-Excel-file-with-Graph-API&lt;/A&gt; , but i don't fully understand everything involved, which makes it a nightmare to reproduce, and even more to maintain, if it really is a solution, which i'm not certain of.&lt;/P&gt;&lt;P&gt;I also tried and considered other things, but all failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any help, any lead, any info !&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 08:42:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4415397#M7305</guid>
      <dc:creator>LogiqueNeutre</dc:creator>
      <dc:date>2025-02-18T08:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4415486#M7306</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/728203"&gt;@LogiqueNeutre&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if you have tried this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Build a Power BI report that connects to your SQL database and performs all necessary data transformations.&lt;BR /&gt;&amp;nbsp;Publish this report to the Power BI Service. This creates a dataset in the service&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Power BI Desktop, use Get Data &amp;gt; Power BI datasets to create new reports that reference the shared dataset ().&lt;BR /&gt;• This uses a Live Connection, so visuals query the centralized dataset instead of the SQL database directly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;use Dataflows to extract and transform data from SQL. This stores the data in Azure Data Lake Storage (ADLS)&amp;nbsp;&lt;BR /&gt;• use Power BI dataflows to build reports from the pre-processed data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if this is helpful please accept the answer and give kudos&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 09:22:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4415486#M7306</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-18T09:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4415533#M7308</link>
      <description>&lt;P&gt;Well i'm trying to do as you said.&lt;BR /&gt;&lt;BR /&gt;I did the Power BI report getting its data from the SQL database. It does a few needed transformations. I published it : where is the dataset ? What i get from publishing is a report and a semantic model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i use correctly "Get Data", i see then "Power BI semantic model", which is nice because i can select the one i just published, but then i select it and click "connect", it says "DirectQuery isn't available for this dataset. Either this dataset doesn't support DirectQuery, either you selected a dataset stored in My Workspace". Well yeah i published it to my workspace, didn't i ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm okay with the dataflow. Are we talking of Power Automate here ? Could you describe more precisely the process please ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer ! I will accept and give kudos as soon as my problem is solved, no worries.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 09:41:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4415533#M7308</guid>
      <dc:creator>LogiqueNeutre</dc:creator>
      <dc:date>2025-02-18T09:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4415554#M7309</link>
      <description>&lt;P class="lia-align-justify"&gt;Semantic models in “My Workspace” cannot be used as Live/DirectQuery sources for other reports. This is a known restriction.&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;For shared access, semantic models must reside in a dedicated workspace (not “My Workspace”) and have proper permissions.&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Create a new workspace (e.g., “Central Data”) in Power BI Service.&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;Republish your report to this workspace.&lt;BR /&gt;• This ensures the semantic model is stored in a shared workspace, bypassing “My Workspace” restrictions.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 09:50:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4415554#M7309</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-18T09:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4415633#M7310</link>
      <description>&lt;P&gt;Ohhh it seems good.&lt;BR /&gt;I just have an issue, when i do the connection from the Power BI file to the Power BI intermediary file, it says i don't have the authorization to call the Discover method. But i just created the workspace, like you said, i'm administrator of it and all authorizations seem to be put... So i wonder what should i do to solve this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In details :&lt;/P&gt;&lt;P&gt;the first operation in Power Query works, resulting in a table of 5 columns and 1 row, columns named "Id", "Name", "Description", "Kind", "Data". I don't know why the second query is Table.Combine(Source[Data]), but ok..., the third query fails, it is&lt;BR /&gt;= Cubes{[Id="Model", Kind="Cube"]}[Data]&lt;BR /&gt;and the failure is :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DataSource.Error : AnalysisServices : L'utilisateur '&amp;lt;euii&amp;gt;&lt;EM&gt;[my company email, i edited]&lt;/EM&gt;&amp;lt;/euii&amp;gt;' n'a pas l'autorisation d'appeler la méthode Discover.&lt;/P&gt;&lt;P&gt;Détails techniques :&lt;BR /&gt;RootActivityId : &lt;EM&gt;[some id, i edited]&lt;/EM&gt;&lt;BR /&gt;Date (UTC) : 2/18/2025 10:03:52 AM&lt;BR /&gt;Détails :&lt;BR /&gt;DataSourceKind=AnalysisServices&lt;BR /&gt;DataSourcePath=powerbi://api.powerbi.com/v1.0/myorg/&lt;EM&gt;[nameoftheDataFile, i edited]&lt;BR /&gt;&lt;/EM&gt;&lt;BR /&gt;I feel we're close to the solution, thanks to you !&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 10:17:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4415633#M7310</guid>
      <dc:creator>LogiqueNeutre</dc:creator>
      <dc:date>2025-02-18T10:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4415649#M7311</link>
      <description>&lt;P&gt;I have a question though.&lt;BR /&gt;&lt;BR /&gt;If we succeed in solving this last problem, are we sure that updating the end Power BI file will only fetch the data from the intermediary file, and that it won't fetch the data from the entry database..? It's required, otherwise, there is no point in having an intermediary file (because each end file updating its data will again result in queries to the database) !&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 10:23:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4415649#M7311</guid>
      <dc:creator>LogiqueNeutre</dc:creator>
      <dc:date>2025-02-18T10:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4416003#M7320</link>
      <description>&lt;P&gt;If you set up your Power BI intermediary file correctly and configure the downstream Power BI files to connect exclusively to this intermediary file, then refreshing the downstream files will not query the original database. Instead, they will fetch data only from the intermediary file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Downstream Power BI files connect to the published dataset (semantic model) from the intermediary file using a Live Connection or DirectQuery.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Downstream Power BI files connect to the published dataset (semantic model) from the intermediary file using a Live Connection or DirectQuery.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 13:42:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4416003#M7320</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-18T13:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4417041#M7332</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/728203"&gt;@LogiqueNeutre&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you’re trying to optimize the refresh process of multiple PowerBI reports which are pulling data from a single SQL database. As&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/913195"&gt;@nilendraFabric&lt;/a&gt;&amp;nbsp;responded to your queries kindly go through his responses and if you are able to solve your issue then please mark the helpful reply as solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also take a moment to thank &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/913195"&gt;@nilendraFabric&lt;/a&gt;, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Hammad.&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps then please mark it as a solution, so that other members find it more quickly.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 06:21:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4417041#M7332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-19T06:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4417302#M7337</link>
      <description>&lt;P&gt;I'm probably doing something wrong, i cannot connect the end Power BI files to the intermediary Power BI file.&lt;BR /&gt;&lt;BR /&gt;Could you please provide a detailed step by step way to do it ? My online researches have so far not helped at all.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 08:32:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4417302#M7337</guid>
      <dc:creator>LogiqueNeutre</dc:creator>
      <dc:date>2025-02-19T08:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4419490#M7372</link>
      <description>&lt;P&gt;When i use "Get data", "Semantic model", and want to use the semantic model i published on the newly created workspace, it tries to do a direct query, then fails saying&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;EM&gt;DirectQuery à AS – [nameOfTheModel]&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;&lt;EM&gt;AnalysisServices&amp;nbsp;: L'utilisateur '[email of my user]' n'a pas l'autorisation d'appeler la méthode Discover. Détails techniques : RootActivityId : [some id] Date (UTC) : 2/20/2025 9:34:21 AM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also i don't see where the request newly created "DirectQuery à AS – [nameOfTheSemanticModel]" is in Power Query, i searched everywhere. I do see it "opened" but i don't know where from. It has the 3 steps i've written earlier. On the second one, called "Cubes" and being "= Table.Combine(Source[Data])", there is a warning "This step generates a query that isn't supported by DirectQuery." and there's a button to swap all tables to Import mode, which would be good to me, but when i do, it tries to refresh all data, and does the same mistake i've written up there.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In &lt;A href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-discovery" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-discovery&lt;/A&gt; it is said that there's an option to tick to make the dataset discoverable. There isn't : the menu "Endorsement and discovery" is actually a menu "Endorsement" only. I can't find the option anywhere.&lt;BR /&gt;&lt;BR /&gt;If needed i can provide more details on more things i tried to solve this problem one way or another.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Feb 2025 10:33:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4419490#M7372</guid>
      <dc:creator>LogiqueNeutre</dc:creator>
      <dc:date>2025-02-20T10:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4421361#M7411</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/728203"&gt;@LogiqueNeutre&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;It sounds like you're trying to connect multiple Power BI reports to a central dataset but are running into some issues. Here’s a step-by-step guide to ensure everything works fine&lt;BR /&gt;*&amp;nbsp;Make sure the Intermediary Dataset is Published to a Shared Workspace. Go to your PowerBI Desktop&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;and connect to your SQL database. Do any necessary transformations and modeling and then publish&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;the report to a shared workspace.&lt;/P&gt;
&lt;P&gt;*&amp;nbsp;Enable DirectQuery for Live Connection by going to&amp;nbsp;the workspace where you published the dataset in&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;PowerBi Service. Now go to Dataset's setting and enable DirectQuery for Live Connections if you want&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;real-time updates.&lt;/P&gt;
&lt;P&gt;* Now connect other reports to the published dataset by creating a new report. here select the data&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;source in Get Data as&amp;nbsp;Power BI Semantic Models.&amp;nbsp;Select the workspace where you published the&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;dataset and choose the dataset and click Connect.&lt;/P&gt;
&lt;P&gt;Now after your report is done you can publish them as usual.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Hammad.&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps then please mark it as a solution, so that other members find it more quickly.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 07:31:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4421361#M7411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-21T07:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4421457#M7414</link>
      <description>&lt;P&gt;Thank you for your message.&lt;BR /&gt;Step 1 : "&lt;/P&gt;&lt;P&gt;Make sure the Intermediary Dataset is Published to a Shared Workspace. Go to your PowerBI Desktop&lt;/P&gt;&lt;P&gt;and connect to your SQL database. Do any necessary transformations and modeling and then publish&lt;/P&gt;&lt;P&gt;the report to a shared workspace."&lt;BR /&gt;Done.&lt;BR /&gt;&lt;BR /&gt;Step 2 : "&lt;/P&gt;&lt;P&gt;Enable DirectQuery for Live Connection by going to the workspace where you published the dataset in&lt;/P&gt;&lt;P&gt;PowerBi Service. Now go to Dataset's setting and enable DirectQuery for Live Connections if you want&lt;/P&gt;&lt;P&gt;real-time updates."&lt;BR /&gt;This is the part i don't find at all. I search everywhere in the newly created workspace, in settings, also elsewhere, and i don't find this setting, DirectQuery for Live Connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I searched on the web also, and i find nowhere where can this option be.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 08:16:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4421457#M7414</guid>
      <dc:creator>LogiqueNeutre</dc:creator>
      <dc:date>2025-02-21T08:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4586936#M7534</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/728203"&gt;@LogiqueNeutre&lt;/a&gt;,&lt;/P&gt;
&lt;P data-start="330" data-end="429"&gt;Thank you following up on our previous conversation. Regarding the &lt;STRONG data-start="373" data-end="418"&gt;"&lt;/STRONG&gt;Enable DirectQuery for Live Connections" setting this option is only available if your Power BI workspace is in a Premium Capacity (P1 or higher). If your workspace is Pro or Free, this option will not appear in the dataset settings.&amp;nbsp;&lt;/P&gt;
&lt;P data-start="330" data-end="429"&gt;If you don't have Premium capacity, you can still connect your reports to the published dataset using Live Connection, which works similarly to DirectQuery.&lt;/P&gt;
&lt;P data-start="330" data-end="429"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Hammad.&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps then please mark it as a solution, so that other members find it more quickly.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 01:35:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4586936#M7534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-27T01:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4591902#M7625</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/728203"&gt;@LogiqueNeutre&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;As we haven’t heard back from you, so just following up to our previous message. I'd like to confirm if you've successfully resolved this issue or if you need further help.&lt;/P&gt;
&lt;P&gt;If yes, you are welcome to share your workaround and mark it as a solution so that other users can benefit as well. If you find a reply particularly helpful to you, you can also mark it as a solution.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you still have any questions or need more support, please feel free to let us know. We are more than happy to continue to help you.&lt;BR /&gt;Thank you for your patience and look forward to hearing from you.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Mar 2025 18:39:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4591902#M7625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-02T18:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4594505#M7686</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i've tried what was told me, and once it did the same problem i reported, once it didn't. Since i wasn't using at that time a file that can properly test the solution, i'm first finishing the job so that i can ACTUALLY test the solution in real conditions and then tell you if it works or not, and in this last case, show a detailed report with screenshots of what's happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a few days, you should see another more on-subject answer from me.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 08:32:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4594505#M7686</guid>
      <dc:creator>LogiqueNeutre</dc:creator>
      <dc:date>2025-03-04T08:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4595055#M7698</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how to say it any other way. So i'll put images.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I published my first Power BI dataset, let's call it "Donnees" which means Data in french, to a workspace that is not "My workspace" but another.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. When i am in the second Power BI, i try to do as you said, "you can still connect your reports to the published dataset using Live Connection". First, i click "Get data" then "Power BI semantic model", look :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LogiqueNeutre_7-1741097645216.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1246427i309170EB676E0319/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LogiqueNeutre_7-1741097645216.png" alt="LogiqueNeutre_7-1741097645216.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;3. then i click this dataset (hidden the dataset sensitive data in red, the other in dark red) and then "connect" :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LogiqueNeutre_11-1741097781398.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1246432iF0B4C7D60E61F1DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LogiqueNeutre_11-1741097781398.png" alt="LogiqueNeutre_11-1741097781398.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. a window appears, "Connection to your data", which shows the various tables existing in Donnees, and i choose which to import and click "send", look :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LogiqueNeutre_8-1741097681285.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1246428i85F11D3C3C6A0244/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LogiqueNeutre_8-1741097681285.png" alt="LogiqueNeutre_8-1741097681285.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;5. a window appears, showing it is processing the thing :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LogiqueNeutre_9-1741097712906.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1246429i88B076A369B47A50/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LogiqueNeutre_9-1741097712906.png" alt="LogiqueNeutre_9-1741097712906.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works out,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6. Then i see i got new tables in Data, starting by the prefix i set,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LogiqueNeutre_10-1741097739909.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1246431iAD9465F52D6962C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LogiqueNeutre_10-1741097739909.png" alt="LogiqueNeutre_10-1741097739909.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;7. Then i go to transform data editor, and i cannot find or seem to be able to load any of the tables i've just loaded.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I read online that direct query doesn't enable much transformation, that the data must be worked in the source file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;…ok then, how do i copy my hundreds of power query steps at once from my 96 tables into the source Power BI file ..??&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 14:18:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4595055#M7698</guid>
      <dc:creator>LogiqueNeutre</dc:creator>
      <dc:date>2025-03-04T14:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4603014#M7800</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/728203"&gt;@LogiqueNeutre&lt;/a&gt;,&lt;/P&gt;
&lt;P data-start="139" data-end="449"&gt;Thanks for sharing the details. Based on what you’ve described, the issue is that Power BI does not allow modifying Power Query transformations when using a Live Connection to a published dataset. Instead, all transformations need to be done in the source dataset before publishing. This is by design Microsoft doesn’t allow modifying a dataset from another report. To resolve this, you’ll need to move your Power Query transformations into the original dataset.&amp;nbsp;&lt;/P&gt;
&lt;H3 data-start="5725" data-end="5773"&gt;&lt;FONT color="#000000"&gt;You can manually copy PowerQuery steps (M Code) by following these steps:&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;* Open your current PowerBI file then go to "Transform Data".&lt;BR data-start="5837" data-end="5840" /&gt;* Right-click each table and then click Advanced Editor. Then&amp;nbsp;copy the M code.&lt;BR data-start="5913" data-end="5916" /&gt;* Open the original dataset file and go to Transform Data.&lt;BR data-start="5986" data-end="5989" /&gt;* Click New Query then Blank Query and then paste the copied M code.&lt;/P&gt;
&lt;P&gt;* Repeat for all tables, then Close &amp;amp; Apply and Publish again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Hammad.&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps then please mark it as a solution, so that other members find it more quickly.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 09:54:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4603014#M7800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-10T09:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4603457#M7812</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your answer and the suggestion.&lt;/P&gt;&lt;P&gt;While i don't fully rule out this idea, i would like to check (with anyone willing to help) that there is no other solution to my problem.&lt;/P&gt;&lt;P&gt;Remember (as explained in my first posts here), my problem is that i don't find how to properly factorize my requests into one file only (whatever the type), and then have my 3 power bi getting their data from this single file.&lt;/P&gt;&lt;P&gt;We have explored here the solution of a single power BI file then sharing its dataset to the 3 next power bi files.&lt;/P&gt;&lt;P&gt;How about an excel file, with 1 table per tab ?&lt;/P&gt;&lt;P&gt;How about power automate ?&lt;/P&gt;&lt;P&gt;(My company doesn't use Azure, so i doubt the Azure Data Lake Storage can be used here)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The drawback of having to separately modify two files for one result only is a bit annoying. If i can avoid it with a better solution, let's find out, it will also avoid me copying 130+ sets of queries (yes, with the advanced editor, which factorizes the queries into one) from 3 Power BI files into 1 Power BI file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you everyone.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 13:49:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4603457#M7812</guid>
      <dc:creator>LogiqueNeutre</dc:creator>
      <dc:date>2025-03-10T13:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4603866#M7814</link>
      <description>&lt;P data-start="4768" data-end="4926"&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/728203"&gt;@LogiqueNeutre&lt;/a&gt;,&lt;/P&gt;
&lt;P data-start="4768" data-end="4926"&gt;Thanks for your follow-up. I understand that copying almost 130 queries manually is not an easy task, so let's find some other ways to do it:&lt;/P&gt;
&lt;P data-start="4768" data-end="4926"&gt;As you wanted to try&amp;nbsp;storing data in Excel, let’s check if it can work as a Data Source. Follow these steps to create an ecxel file for your data.&lt;/P&gt;
&lt;P&gt;* First Create an Excel file with one table per sheet.&lt;/P&gt;
&lt;P&gt;* Then Load data from SQL using Power Query in Excel.&lt;/P&gt;
&lt;P&gt;* Now you have to save the file in OneDrive or SharePoint for accessibility.&lt;/P&gt;
&lt;P&gt;* In Power BI, connect your reports to this Excel file.&lt;/P&gt;
&lt;P&gt;* You have to use Power Automate to refresh the Excel file twice a day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option is using Power Automate for Automated Refresh. Instead of Excel, keep your Donnees dataset and use Power Automate to refresh it twice a day. Your three Power BI reports connected to it via Live Connection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You&amp;nbsp;can also use Power BI Dataflows stored in OneDrive or SharePoint. First create a Dataflow in Power BI Service to centralize SQL queries then connect all three reports directly to the Dataflow instead of SQL. Using this you don't&amp;nbsp;need to manage multiple copies of queries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this solves your current requirements.&amp;nbsp;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Hammad.&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps then please mark it as a solution, so that other members find it more quickly.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 18:48:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4603866#M7814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-10T18:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: From SQL to PowerBI : intermediary file</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4604680#M7828</link>
      <description>&lt;P&gt;I'd love to find out how to properly use Power Automate to refresh the Excel file twice a day. Quoting my own very first post in this conversation,&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;If i make this file an Excel file, i tried many things, but i don't find how to properly get it updated twice a day without having a dirty solution like the server opening this Excel and a macro refreshing it (which will not happen). I found a "solution" in power automate, but it doesn't work (the script gets executed, supposedly, the data doesn't get refreshed, while power automate says the flow worked fine.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I also found this, &lt;A href="https://damobird365.com/export-power-bi-to-excel-with-power-automate/#Populate-an-Excel-file-with-Graph-API" target="_blank" rel="noopener nofollow noreferrer"&gt;https://damobird365.com/export-power-bi-to-excel-with-power-automate/#Populate-an-Excel-file-with-Gr...&lt;/A&gt; , but i don't fully understand everything involved, which makes it a nightmare to reproduce, and even more to maintain, if it really is a solution, which i'm not certain of.&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;I followed several tutorials on how to refresh the Excel file by Power Automate, none worked, or i failed, i don't know.&lt;/P&gt;&lt;P&gt;I'm going to retry later on today and show images of the problems i have while trying to setup Power Automate. If in the meanwhile anyone has a method they KNOW to work, i'm all ready to follow it.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 08:10:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/From-SQL-to-PowerBI-intermediary-file/m-p/4604680#M7828</guid>
      <dc:creator>LogiqueNeutre</dc:creator>
      <dc:date>2025-03-11T08:10:07Z</dc:date>
    </item>
  </channel>
</rss>

