<?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>rss.livelink.threads-in-node</title>
    <link>https://community.fabric.microsoft.com/t5/</link>
    <description>Microsoft Fabric Community</description>
    <pubDate>Fri, 18 Sep 2026 14:47:13 GMT</pubDate>
    <dc:creator>Community</dc:creator>
    <dc:date>2026-09-18T14:47:13Z</dc:date>
    <item>
      <title>Can Power Automate Automatically Retry a Power BI Dataset Refresh Until It Succeeds?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Can-Power-Automate-Automatically-Retry-a-Power-BI-Dataset/m-p/5367796#M1475744</link>
      <description>&lt;P&gt;Hi Power BI Community,&lt;/P&gt;&lt;P&gt;We currently perform a &lt;STRONG&gt;manual refresh of a Power BI dataset in our Production workspace&lt;/STRONG&gt;. We would like to automate this using &lt;STRONG&gt;Power Automate&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Our requirement is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Dataset: &lt;STRONG&gt;Recording&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Workspace: &lt;STRONG&gt;Production&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Required to be successfully refreshed &lt;STRONG&gt;before 8:00 AM EST every day&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Start the refresh automatically, for example around &lt;STRONG&gt;6:00 AM EST&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Sometimes the refresh fails intermittently, so we would like Power Automate to &lt;STRONG&gt;retry the refresh if it fails&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Once the refresh successfully completes, the flow should &lt;STRONG&gt;stop immediately and should not trigger any further refreshes&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;We don't need a success email/notification.&lt;/LI&gt;&lt;LI&gt;If the refresh continues to fail after a predefined number of retries, we would like to be notified.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Our intended flow is roughly:&lt;/P&gt;&lt;P&gt;Scheduled trigger – 6:00 AM EST ↓ Refresh Power BI Dataset ↓ Check actual refresh status ↓ Completed? ↓ YES ↓ NO / FAILED STOP Wait ↓ Retry ↓ Check status again ↓ SUCCESS → STOP&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Can this be implemented reliably using the &lt;STRONG&gt;Power BI connector in Power Automate&lt;/STRONG&gt;?&lt;/LI&gt;&lt;LI&gt;Is there an action/API that allows us to check the &lt;STRONG&gt;actual dataset refresh status&lt;/STRONG&gt; after triggering the refresh?&lt;/LI&gt;&lt;LI&gt;How can we make the flow retry only when the refresh fails or does not complete?&lt;/LI&gt;&lt;LI&gt;Once the refresh succeeds, how can we ensure the flow stops and does not trigger another refresh?&lt;/LI&gt;&lt;LI&gt;Is there any limitation on repeatedly triggering dataset refreshes through Power Automate that we should be aware of?&lt;/LI&gt;&lt;LI&gt;Would you recommend using the &lt;STRONG&gt;Power BI REST API&lt;/STRONG&gt; instead of the Power BI connector for this scenario?&lt;/LI&gt;&lt;LI&gt;What Power BI and Power Automate licenses are required for this solution?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance or examples of a recommended Power Automate design would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 14:32:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Can-Power-Automate-Automatically-Retry-a-Power-BI-Dataset/m-p/5367796#M1475744</guid>
      <dc:creator>manoj_0911</dc:creator>
      <dc:date>2026-09-18T14:32:32Z</dc:date>
    </item>
    <item>
      <title>Building an AI-powered quote engine on Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Extensibility-Toolkit-Gallery/Building-an-AI-powered-quote-engine-on-Microsoft-Fabric/m-p/5367794#M21</link>
      <description>&lt;H3&gt;The problem&lt;/H3&gt;&lt;P&gt;Sales teams for technical products often get free-text enquiries like:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"I need 4 x 5T chain hoists, 10m lift, for offshore use"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Turning that into a quote usually means someone manually matching the product, checking the bill of materials, checking stock, checking supplier lead times, and pricing it up. I wanted to see how far Fabric's native AI capability could get toward automating that whole chain, without reaching for an external LLM service.&lt;/P&gt;&lt;H3&gt;What I built&lt;/H3&gt;&lt;P&gt;A proof of concept entirely inside one Fabric workspace:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A &lt;STRONG&gt;Lakehouse&lt;/STRONG&gt; holding a synthetic but realistic-looking dataset: a product catalogue (chain hoists, wire rope hoists, lever hoists, beam clamps, trolleys), a bill-of-materials per product, inventory levels, supplier lead times, and pricing&lt;/LI&gt;&lt;LI&gt;A set of &lt;STRONG&gt;notebooks&lt;/STRONG&gt; using Fabric's built-in AI Functions to read a customer enquiry and turn it into a structured, priced draft quote — matching the enquiry to a product, exploding the BOM by order quantity, checking stock, and rolling up a price and lead time&lt;/LI&gt;&lt;LI&gt;A simple &lt;STRONG&gt;interactive demo&lt;/STRONG&gt; — type an enquiry into a text box, click a button, get a quote back — running entirely inside a notebook, no external app or Azure OpenAI resource needed&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I deliberately made some components tight on stock (gearboxes, motors, brakes — the genuinely long-lead-time parts), so the demo shows a real "can we fulfil this now, or is it pending procurement?" decision, not just a happy path.&lt;/P&gt;&lt;H3&gt;The interesting part&lt;/H3&gt;&lt;P&gt;Real enquiries aren't always single, clean requests — customers often ask for a few different things in one message ("2 hoists, one standard and one offshore"). The AI extraction naturally returns one value per field, so it initially collapsed multi-item enquiries into a single line and silently dropped part of the request. Getting a reliable split-then-process approach working — without it silently swallowing half the enquiry — was the trickiest part to get right.&lt;/P&gt;&lt;P&gt;A couple of smaller but important lessons: null/missing values from the AI extraction need explicit handling in code rather than relying on prompt instructions alone, and discontinued or not-yet-launched products need to be filtered out at the matching stage so the system doesn't quietly quote something no longer sold.&lt;/P&gt;&lt;P&gt;Happy to go into more detail on the data model or the AI extraction approach if anyone's tackling something similar on Fabric.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 14:15:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Extensibility-Toolkit-Gallery/Building-an-AI-powered-quote-engine-on-Microsoft-Fabric/m-p/5367794#M21</guid>
      <dc:creator>Avyaktha</dc:creator>
      <dc:date>2026-09-18T14:15:20Z</dc:date>
    </item>
    <item>
      <title>Export dashboards created in Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Export-dashboards-created-in-Power-BI/m-p/5367787#M302527</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;is it possible to export dashboards created in Power BI to a PowerPoint file or an interactive PDF ? if it's the case, how to do it ?&lt;BR /&gt;Thank's&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 13:15:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Export-dashboards-created-in-Power-BI/m-p/5367787#M302527</guid>
      <dc:creator>Anas2</dc:creator>
      <dc:date>2026-09-18T13:15:38Z</dc:date>
    </item>
    <item>
      <title>Data Lineage support for Notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-Ideas/Data-Lineage-support-for-Notebooks/idi-p/5367784</link>
      <description>&lt;P&gt;I would like to be able to utilise and benefit from the Data Catalog Data Lineage, even when I am not utilising the required Pipeline Activities that generate Data Lineage metadata.&lt;/P&gt;&lt;P&gt;I think this should be easy to do, if we can expose at least parts of the the api via python, so that when we are creating notebooks, we can setup similar metadata to our pipelines, allowing notebooks to be included in the data lineage. Possibly even allow this for SQL type code that could be executed as well.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 12:55:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-Ideas/Data-Lineage-support-for-Notebooks/idi-p/5367784</guid>
      <dc:creator>JulianThomas</dc:creator>
      <dc:date>2026-09-18T12:55:44Z</dc:date>
    </item>
    <item>
      <title>Display Table[Column] instead of Column Name in Conditional Formatting Dialogs</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-Ideas/Display-Table-Column-instead-of-Column-Name-in-Conditional/idi-p/5367761</link>
      <description>&lt;P&gt;In large-scale Power BI semantic models, it is common to have identical column names across multiple fact and dimension tables. Examples include columns such as Status, Category, Region, Employee ID, Created Date, and Priority.&lt;/P&gt;&lt;P&gt;When configuring Conditional Formatting (Icons, Font Color, Background Color, Data Bars, Field Value, Rules, etc.), Power BI often displays only the column name and does not clearly indicate the source table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;img /&gt;&lt;P&gt;Displaying Table[Column] would improve report governance, debugging, and developer productivity.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 12:03:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-Ideas/Display-Table-Column-instead-of-Column-Name-in-Conditional/idi-p/5367761</guid>
      <dc:creator>Manickambeeie</dc:creator>
      <dc:date>2026-09-18T12:03:31Z</dc:date>
    </item>
    <item>
      <title>Native SAP SuccessFactors and Active Directory Connectivity for Simplified Data Integration</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-Ideas/Native-SAP-SuccessFactors-and-Active-Directory-Connectivity-for/idi-p/5367752</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having native connectors for SAP SuccessFactors and Active Directory would eliminate the need for workarounds such as notebooks, custom scripts, or complex integration setups. Users should be able to create a standard connection and use Copy Data pipelines directly, just like with other supported data sources. This would simplify data ingestion, reduce implementation effort, improve reliability, and make HR and identity data integration much easier to manage in Microsoft Fabric.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 11:25:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-Ideas/Native-SAP-SuccessFactors-and-Active-Directory-Connectivity-for/idi-p/5367752</guid>
      <dc:creator>João_Cristo</dc:creator>
      <dc:date>2026-09-18T11:25:04Z</dc:date>
    </item>
    <item>
      <title>Error while exporting Excel using the "Summarize Data" option.</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Error-while-exporting-Excel-using-the-quot-Summarize-Data-quot/m-p/5367749#M302514</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;When trying to export to Excel, some users are receiving the following error message:&lt;/P&gt;&lt;P&gt;No changes have been made to the report or to the underlying data model. However, starting today, some users have begun encountering this error.&lt;/P&gt;&lt;P&gt;The issue does not occur consistently, and it is not associated with any specific combination of measures and dimensions.&lt;BR /&gt;&lt;BR /&gt;We are unsure what could have caused such a sudden issue.&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&lt;BR /&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 11:12:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Error-while-exporting-Excel-using-the-quot-Summarize-Data-quot/m-p/5367749#M302514</guid>
      <dc:creator>AAM_</dc:creator>
      <dc:date>2026-09-18T11:12:59Z</dc:date>
    </item>
    <item>
      <title>Allow Azure Databricks streaming tables to be mirrored into Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-Ideas/Allow-Azure-Databricks-streaming-tables-to-be-mirrored-into/idi-p/5367721</link>
      <description>&lt;P&gt;Mirroring an Azure Databricks Unity Catalog into Fabric silently drops streaming tables. They are not greyed out, not flagged, not explained. They simply do not appear in the picker, so there is no way to select them. We have tested this and the documentation confirms it: materialized views and streaming tables will not be displayed.&lt;/P&gt;&lt;P&gt;The reason this is hard to accept is that the data already qualifies.&lt;/P&gt;&lt;P&gt;Mirroring for Azure Databricks does not copy anything. It creates OneLake shortcuts to the Delta data in place, which is exactly why Microsoft markets it as unified access without data duplication. So the only question that should matter is whether the object is a Delta table in Unity Catalog.&lt;/P&gt;&lt;P&gt;It is. Databricks documentation states that all Unity Catalog managed tables and streaming tables are Delta tables, and that a streaming table is a Unity Catalog managed table with extra support for incremental processing. Microsoft's own Learn documentation for Azure Databricks describes streaming tables as Lakeflow declarative pipeline datasets backed by Delta Lake. Two sets of Microsoft-published docs say these are Delta tables, and the third filters them out of the mirroring picker with no stated technical reason.&lt;/P&gt;&lt;P&gt;This is not a niche object type. Every output of a Lakeflow or DLT pipeline is a streaming table, and declarative pipelines are the pattern Databricks recommends for building curated silver and gold layers. The practical result is that the tables an organisation most wants to serve to Power BI, semantic models and data science workloads are precisely the ones mirroring refuses to show. A huge share of our own curated estate is unreachable from Fabric for this single reason.&lt;/P&gt;&lt;P&gt;The only workaround is to write jobs that copy every streaming table into a plain Delta table so the picker will accept it. Duplicate storage, ongoing compute to keep the copies current, latency added on top of pipelines built for incremental processing, and governed data existing twice with the second copy outside the lineage of the pipeline that produced it. We are paying, in cash and in engineering time, to reintroduce exactly the duplication that mirroring was built to eliminate.&lt;/P&gt;&lt;P&gt;The ask:&lt;BR /&gt;Include streaming tables in the mirrored catalog picker and shortcut them like any other Unity Catalog Delta table. If there is a genuine constraint, for example around managed storage paths or pipeline maintenance operations rewriting files, then say so in the documentation and give us opt-in support with that caveat written down. Right now the limitations page lists streaming tables alongside Delta sharing tables and RLS-protected tables with no explanation of why, and teams only discover the gap after they have committed to the architecture.&lt;/P&gt;&lt;P&gt;Fabric is meant to be where the whole estate comes together. For anyone running declarative pipelines on Databricks, this one exclusion decides whether that is true or not.&lt;/P&gt;&lt;P&gt;References:&lt;BR /&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/fabric/mirroring/azure-databricks-limitations" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/mirroring/azure-databricks-limitations&lt;/A&gt;&lt;BR /&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/fabric/mirroring/azure-databricks" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/mirroring/azure-databricks&lt;/A&gt;&lt;BR /&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/azure/databricks/tables/delta-table" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/tables/delta-table&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 10:13:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-Ideas/Allow-Azure-Databricks-streaming-tables-to-be-mirrored-into/idi-p/5367721</guid>
      <dc:creator>_taab</dc:creator>
      <dc:date>2026-09-18T10:13:41Z</dc:date>
    </item>
    <item>
      <title>Power BI, import report and semantic model: show change connection pop-up</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-import-report-and-semantic-model-show-change-connection/idi-p/5367703</link>
      <description>&lt;P&gt;When you need to import an existing Power BI report and semantic model in Tenant B that's created in Tenant A, you need to jump through a number of hoops to fix the original connection. It's doable, but overly complex.&lt;/P&gt;&lt;P&gt;Why not, on import, show a pop-up that offers to change the connection in the PBIX file to one that is available in the Tenant B (or is created when importing the report). It will save time, and frustration.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 08:57:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-import-report-and-semantic-model-show-change-connection/idi-p/5367703</guid>
      <dc:creator>Reitse</dc:creator>
      <dc:date>2026-09-18T08:57:51Z</dc:date>
    </item>
    <item>
      <title>Refill Buffer Error while refreshing a table</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Refill-Buffer-Error-while-refreshing-a-table/m-p/5367701#M1475715</link>
      <description>&lt;P&gt;The power bi has tables connected to Databricks SQL Server&lt;/P&gt;&lt;P&gt;While refreshing 1 of the tables getting this error: OLE DB or ODBC error: [DataSource.Error] ODBC: ERROR [08S01] [Microsoft][Hardy] (115) Connection failed with error: Could not refill buffer&lt;BR /&gt;&lt;BR /&gt;I have already tried to reduce the size of the output by reducing the date range in SQL Query, cleared cache. The only step applied in power query is converting text to date for a date column. This error has started occuring after I replaced a column with another in Query.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The query loads correctly in Databricks, the power query preview loads as well, the problem occurs only after "Close &amp;amp; Apply"&lt;/P&gt;&lt;P&gt;New to this forum, I have tried looking for solutions on Copilot, nothing helps if any ideas please let me know, I will be very grateful&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 08:53:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Refill-Buffer-Error-while-refreshing-a-table/m-p/5367701#M1475715</guid>
      <dc:creator>ShreyasMungad</dc:creator>
      <dc:date>2026-09-18T08:53:28Z</dc:date>
    </item>
    <item>
      <title>Enable per-user security for shared gateway connections using service accounts</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-Ideas/Enable-per-user-security-for-shared-gateway-connections-using/idi-p/5367698</link>
      <description>&lt;P&gt;When a shared gateway connection uses a highly privileged service account, all source queries run with that account’s permissions. Users cannot see the stored credentials, but report developers who can use the connection may access any data available to the service account.&lt;/P&gt;&lt;P&gt;Currently, gateway permissions control who can use the connection, but cannot restrict source access by user, Microsoft Entra group, workspace, or semantic model.&lt;/P&gt;&lt;P&gt;Please add granular security controls that allow administrators to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Restrict source objects by user, group, workspace, or artifact.&lt;/LI&gt;&lt;LI&gt;Approve which artifacts can use a shared connection.&lt;/LI&gt;&lt;LI&gt;Separate refresh permission from permission to create new connections or bindings.&lt;/LI&gt;&lt;LI&gt;Enforce the individual user’s source permissions for Import-mode development and refresh.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This would enable secure self-service reporting with centrally managed credentials, without requiring DirectQuery or multiple gateway connections.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 08:39:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-Ideas/Enable-per-user-security-for-shared-gateway-connections-using/idi-p/5367698</guid>
      <dc:creator>AshishChougala</dc:creator>
      <dc:date>2026-09-18T08:39:14Z</dc:date>
    </item>
    <item>
      <title>Unifying two country BIs under RLS - how to handle historical data without a Country column?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Unifying-two-country-BIs-under-RLS-how-to-handle-historical-data/m-p/5367681#M1475707</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;We're working on a project to unify two separate Business Intelligence solutions (Spain and Italy) into a single one, using Row-Level Security (RLS) filtered on a Country field.&lt;/P&gt;&lt;P&gt;The RLS setup itself is clear to us. The issue is historical data: our old data doesn't have a Country column, since each BI used to be completely separate and never needed that distinction. Migrating/backfilling this historical data into the new unified model with a Country field is not an option for us.&lt;/P&gt;&lt;P&gt;One idea we had was adding buttons/links on the new reports that take users back to the legacy (old) reports for historical data, keeping the two worlds separate rather than merging them.&lt;/P&gt;&lt;P&gt;Has anyone dealt with a similar scenario, where historical data has to stay outside the new RLS-governed model? Specifically:- Is the "button linking to legacy report" approach a reasonable pattern, or are there better ways to handle this?- Any recommended navigation/UX patterns for pointing users from a unified report to a separate legacy report?- Any pitfalls we should watch out for with this kind of hybrid setup (new unified model + old standalone reports)?Thanks in advance for any input!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 07:10:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Unifying-two-country-BIs-under-RLS-how-to-handle-historical-data/m-p/5367681#M1475707</guid>
      <dc:creator>ario0991</dc:creator>
      <dc:date>2026-09-18T07:10:28Z</dc:date>
    </item>
    <item>
      <title>From Odoo &amp; personal gateways to a Fabric Lakehouse: Medallion + Direct Lake, and F64 down to F16</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/From-Odoo-personal-gateways-to-a-Fabric-Lakehouse-Medallion/m-p/5367679#M30641</link>
      <description>&lt;P&gt;We recently modernized the Power BI estate of a manufacturing client running Odoo while working on a project at DataToBiz&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Before:&lt;/STRONG&gt; Gen1 dataflows pulling Odoo over XML-RPC, Python scripts running through personal gateways, and many reports nobody opened. All of it ran on an F64 capacity with slow refreshes (trial version)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What we did (in about 60 working days):&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Built everything in a separate dev workspace on a small F8 capacity, so production was never touched&lt;/LI&gt;&lt;LI&gt;Used report-usage metrics to pick only the reports worth migrating&lt;/LI&gt;&lt;LI&gt;Moved Gen1 → Dataflows Gen2, and switched Odoo XML-RPC → JSON-RPC&lt;/LI&gt;&lt;LI&gt;Moved the Python scripts into Fabric notebooks and removed the personal gateways&lt;/LI&gt;&lt;LI&gt;Bronze/Silver/Gold medallion into a Fabric Warehouse, then one certified Direct Lake semantic model&lt;/LI&gt;&lt;LI&gt;Rebound the Sales, Marketing and Production reports, ran UAT against the old workspace, then deleted the old content&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Result: Production capacity went from F64 to F16 with stable CU usage. Estimated saving is about $75K per year. Refresh time went up significantly.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;Question for the community:&lt;/U&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;1. When you downsize a capacity, how much CU headroom do you keep for spikes like month-end or bulk refreshes?&amp;nbsp;&lt;BR /&gt;2. We used 75% peak utilisation on the Capacity Metrics app as our cut-off. Curious what thresholds others trust.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 06:49:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/From-Odoo-personal-gateways-to-a-Fabric-Lakehouse-Medallion/m-p/5367679#M30641</guid>
      <dc:creator>psdhillon1</dc:creator>
      <dc:date>2026-09-18T06:49:02Z</dc:date>
    </item>
    <item>
      <title>OData Connection Fails with Credentials Required Error in Power BI Service</title>
      <link>https://community.fabric.microsoft.com/t5/Service/OData-Connection-Fails-with-Credentials-Required-Error-in-Power/m-p/5367674#M302493</link>
      <description>&lt;P&gt;My Power BI report uses an OData feed from an internal application and refreshes fine in Power BI Desktop. After publishing to Power BI Service, the dataset refresh fails with the error:&lt;BR /&gt;&lt;BR /&gt;"Credentials are required to connect to the OData source."&lt;BR /&gt;I already signed in to Power BI Service with the same account I use for the application, so I assumed it would use those credentials automatically. In the dataset settings, the OData source shows up but the status says credentials are missing. Is there an extra step I'm supposed to configure in the Service?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 06:25:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/OData-Connection-Fails-with-Credentials-Required-Error-in-Power/m-p/5367674#M302493</guid>
      <dc:creator>Mohit009</dc:creator>
      <dc:date>2026-09-18T06:25:39Z</dc:date>
    </item>
    <item>
      <title>How to avoid view count on Audit Data of unauthorized person in Usage metrics</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-to-avoid-view-count-on-Audit-Data-of-unauthorized-person-in/m-p/5367672#M302492</link>
      <description>&lt;P&gt;Hi My name is Haris,&lt;BR /&gt;&lt;BR /&gt;I have a Power BI app link which I share with someone who does'nt have access to it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;But when he clicks the app link, the usage metrics or audit data still captures it has 1 view count since he clicked that link.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since he does'nt have access to that app, the usage metrics should not include the count of that person who does'nt have access to it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please help me to relsolve this issue or help with the work around.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 06:21:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-to-avoid-view-count-on-Audit-Data-of-unauthorized-person-in/m-p/5367672#M302492</guid>
      <dc:creator>hariscool1103</dc:creator>
      <dc:date>2026-09-18T06:21:39Z</dc:date>
    </item>
    <item>
      <title>Optimising Fabric Capacity Usage</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Optimising-Fabric-Capacity-Usage/m-p/5367671#M17993</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Due to the recent changes in Fabric capacity metering, I've been spending quite a bit of time trying to optimise our CU consumption. The challenge I've run into is that it's difficult to distinguish between SQL activity generated by user queries versus SQL activity generated during semantic model refreshes, which makes it harder to accurately evaluate different architectural approaches.&lt;/P&gt;&lt;H3&gt;Approach 1: Materialising Views as Delta Tables&lt;/H3&gt;&lt;P&gt;Historically, our semantic models have queried SQL views hosted in Fabric. To reduce SQL Endpoint consumption, I began converting the T-SQL view logic into notebooks that materialise the results into Delta tables. The semantic models then connect directly to these Delta tables via the ADLS Gen2 connector in Power BI, effectively bypassing the SQL endpoint during refresh.&lt;/P&gt;&lt;P&gt;However, the results have been inconsistent. In some workspaces this appears to reduce overall CU consumption, while in others it actually increases costs because the notebook execution itself incurs significant compute usage.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Current new architecture(old queried straight from omdb sql views):&lt;/P&gt;&lt;img /&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;From a CU consumption perspective, is it generally more efficient to:&lt;UL&gt;&lt;LI&gt;Have semantic models query Fabric SQL views directly, or&lt;/LI&gt;&lt;LI&gt;Materialise those views into Delta tables and have semantic models consume the Delta tables through ADLS Gen2?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Has anyone compared the total cost of repeatedly querying views during semantic model refreshes versus the cost of creating and maintaining materialised Delta tables?&lt;/LI&gt;&lt;LI&gt;While I understand that a star schema is considered best practice for reporting and semantic modelling, if the same business logic can be represented through a set of SQL views, is there still a compelling reason to physically materialise the data into tables from a cost-efficiency perspective?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attempted to benchmark both approaches, but isolating the relevant consumption metrics has proven more difficult than expected.&lt;/P&gt;&lt;H3&gt;Approach 2: Shifting Transformation Logic to the Semantic Model&lt;/H3&gt;&lt;P&gt;Another approach I'm exploring is moving the transformation and view logic out of our Fabric workspace and into semantic models hosted in the client's Power BI Pro tenant.&lt;/P&gt;&lt;P&gt;My assumption is that this would reduce SQL Endpoint consumption within our Fabric capacity because less querying and transformation would occur on our side. However, I would expect semantic model refresh times to increase as more transformation work is pushed downstream.&lt;/P&gt;&lt;P&gt;My questions here are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Would moving the transformation logic into the semantic model generally reduce or increase overall SQL-related CU consumption?&lt;/LI&gt;&lt;LI&gt;Have others seen meaningful capacity savings using this approach?&lt;/LI&gt;&lt;LI&gt;Is there a way to connect one semantic model to another semantic model without using DirectQuery? My concern is that DirectQuery would negatively impact performance and potentially introduce additional query-related costs.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'd be very interested to hear how others are approaching this, particularly now that SQL Endpoint consumption has become much more visible within Fabric capacity metrics.&lt;/P&gt;&lt;P&gt;I have also reviewed the Query Insights for each workspace in an attempt to correlate SQL activity with overall CU consumption. However, this does not always translate into lower capacity usage. One of the challenges is that many users are querying the SQL Endpoint directly through Excel and other tools, without going through a semantic model at all. Under the new metering model, these ad hoc user queries appear to be a significant contributor to capacity consumption, making it difficult to isolate the impact of semantic model refreshes versus interactive user activity. As a result, determining whether a particular optimisation has genuinely reduced costs becomes far more challenging, as overall CU usage may be heavily influenced by user behaviour outside of the reporting layer.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 06:08:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Optimising-Fabric-Capacity-Usage/m-p/5367671#M17993</guid>
      <dc:creator>FabricEnjoyer</dc:creator>
      <dc:date>2026-09-18T06:08:18Z</dc:date>
    </item>
    <item>
      <title>Sales forecast based on historical data</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Sales-forecast-based-on-historical-data/m-p/5367670#M159084</link>
      <description>&lt;P&gt;I'm having some trouble writing an equation that I think should be simple and doable.&lt;BR /&gt;&lt;BR /&gt;I'm looking at sales data for many different companies- I have the total amount of sales as well as the exact date the amount was paid. I have written equations to move this exact date into a month, quarter, and year.&amp;nbsp;I want to be able to look at the average sales amount (filtered by companies in Power BI) across time and use this historical data to project future sales.&lt;BR /&gt;&lt;BR /&gt;Average of most recent 3 quarters of sales data- look at growth between these quarters, average this growth, and use that average growth to the most recent quarter's sales amount as a projection for the next quarter.&lt;BR /&gt;&lt;BR /&gt;Everything I've tried ends up in an error message&amp;nbsp; - hoping there is someone out there who can help point me in the right direction.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 05:57:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Sales-forecast-based-on-historical-data/m-p/5367670#M159084</guid>
      <dc:creator>eliseglines</dc:creator>
      <dc:date>2026-09-18T05:57:01Z</dc:date>
    </item>
    <item>
      <title>Overrule Calendar tabel connection</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Overrule-Calendar-tabel-connection/m-p/5367668#M1475706</link>
      <description>&lt;P&gt;Hi community&lt;/P&gt;&lt;P&gt;I need two make a measure that sum the payments with at start date &amp;gt;= “this month” (end of month) and an end date &amp;lt;= “this month” (end of month). This part is okay.&lt;/P&gt;&lt;P&gt;But the trick is to overrule the date.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; start date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; payment&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;31-03-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 26-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 118 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;31-03-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 113 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;31-03-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 232 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;28-02-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 242 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;31-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 287 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;31-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 34 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;31-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 135 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;31-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 97 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;31-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 97 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;31-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 225 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;31-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 147 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;31-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 496 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;31-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 334 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;31-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 408 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;28-02-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 30-11-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-01-2026&amp;nbsp;&amp;nbsp;&amp;nbsp; 83&lt;/P&gt;&lt;P&gt;31-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30-11-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 253&lt;/P&gt;&lt;P&gt;31-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30-11-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 179&lt;/P&gt;&lt;P&gt;31-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30-11-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 97&lt;/P&gt;&lt;P&gt;31-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30-11-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 96&lt;/P&gt;&lt;P&gt;31-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30-11-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 332&lt;/P&gt;&lt;P&gt;31-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30-11-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 357&lt;/P&gt;&lt;P&gt;31-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30-11-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 157&lt;/P&gt;&lt;P&gt;31-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30-11-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 120&lt;/P&gt;&lt;P&gt;31-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30-11-2026&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-12-2025&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 33&lt;/P&gt;&lt;P&gt;Date is my “datekey” – the one that tells what month to normally to put in the payment. I need to overrule this and use the one that is paid in the interval. I have built this DAX meauser:&lt;/P&gt;&lt;P&gt;VAR _Day = Max [tabel[Date])&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;CALCULATE(&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(Tabel[Payment]),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fact_Privatsikring[betaling_start_dato] &amp;lt;= _Day &amp;amp;&amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fact_Privatsikring[betaling_slut_dato] &amp;gt;= _Day)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, for the list that means the total 4.670, but do to my “dateKey” (wish cannot be remove, I need that for all the other measurement) it will only take the on from 31-01-2026 (the one in bold).&lt;/P&gt;&lt;P&gt;So, the question is how do I overrule the datekey for this specific measure so I for January gets the payments in the interval &amp;gt;= start date (31-01-2026) and &amp;lt;= end date (31-01-2026) for each month?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 05:54:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Overrule-Calendar-tabel-connection/m-p/5367668#M1475706</guid>
      <dc:creator>MaleneL</dc:creator>
      <dc:date>2026-09-18T05:54:26Z</dc:date>
    </item>
    <item>
      <title>Power BI - incorrect handling of empty string parameter in DAX query in paginated report</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-incorrect-handling-of-empty-string-parameter-in-DAX/idi-p/5367656</link>
      <description>&lt;P&gt;Blank string parameters in paginated reports are treated as empty strings in Power BI Report Builder but as null values in the Power BI Service, resulting in incorrect report output.&lt;/P&gt;&lt;P&gt;-&amp;gt; Create a paginated report.&lt;BR /&gt;-&amp;gt; Create a string parameter that:&lt;/P&gt;&lt;P&gt;Allows blank&lt;BR /&gt;Does not allow null.&lt;BR /&gt;&lt;BR /&gt;Expects both environments to behave the same way. Since the parameter is configured to allow blanks but not nulls, expect the Power BI Service to pass an empty string ("") rather than NULL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 03:44:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-incorrect-handling-of-empty-string-parameter-in-DAX/idi-p/5367656</guid>
      <dc:creator>roshinikumarkar</dc:creator>
      <dc:date>2026-09-18T03:44:45Z</dc:date>
    </item>
    <item>
      <title>Offline Meetup in october</title>
      <link>https://community.fabric.microsoft.com/t5/Microsoft-Fabric-Users-Group/Offline-Meetup-in-october/m-p/5367652#M28</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;We are planning an pune offline meetup in october month.&lt;/P&gt;
&lt;P&gt;Anyone interested in organizing it can dm me separately&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Praful&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 03:08:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Microsoft-Fabric-Users-Group/Offline-Meetup-in-october/m-p/5367652#M28</guid>
      <dc:creator>Praful_Potphode</dc:creator>
      <dc:date>2026-09-18T03:08:09Z</dc:date>
    </item>
  </channel>
</rss>

