<?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>New board topics in Microsoft Fabric Community</title>
    <link>https://community.fabric.microsoft.com/t5/</link>
    <description>Microsoft Fabric Community</description>
    <pubDate>Mon, 14 Sep 2026 10:12:23 GMT</pubDate>
    <dc:creator>Community</dc:creator>
    <dc:date>2026-09-14T10:12:23Z</dc:date>
    <item>
      <title>Issue Export Summarized Data &amp; Fields Parameter</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Issue-Export-Summarized-Data-Fields-Parameter/m-p/5366635#M302346</link>
      <description>&lt;img /&gt;&lt;P class="lia-align-left"&gt;Since this morning, users can no longer export "Summarized data" from a matrix visual. The matrix uses three Field Parameters (on Rows, Columns and Values) to let users dynamically choose the fields to cross-tabulate. No changes were made to the report or the semantic model. The following error appears:&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;EM&gt;"Couldn't create the file. Generating the query for the Export data operation resulted in an error. Verify that the visual contains measures from more than one table, because in that case an error may occur in the data export operation."&lt;/EM&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;STRONG&gt;Impact:&lt;/STRONG&gt; All users of the report are affected. Export "Data with current layout" still works, so the issue is specific to the summarized-data query generation.&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;STRONG&gt;Expected:&lt;/STRONG&gt; Summarized-data export used to work with this same visual until 11 Sep 2026.&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; This appears to be a service-side regression in the summarized-data query generation for visuals using Field Parameters with measures from multiple tables.&lt;/P&gt;&lt;P&gt;Are we the only ones with this problem??&lt;/P&gt;&lt;P&gt;Have any of you come across this problem as well?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 10:09:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Issue-Export-Summarized-Data-Fields-Parameter/m-p/5366635#M302346</guid>
      <dc:creator>pinellus</dc:creator>
      <dc:date>2026-09-14T10:09:08Z</dc:date>
    </item>
    <item>
      <title>Refreshes happening but with warnings</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refreshes-happening-but-with-warnings/m-p/5366615#M302343</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My report has, until today, been refreshing with warnings:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;I deleted the incidentid column from the Data Model several weeks ago because it was surplus to requirements.&lt;BR /&gt;&lt;BR /&gt;Does anyone have any idea what I should do to address these warnings?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 08:08:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refreshes-happening-but-with-warnings/m-p/5366615#M302343</guid>
      <dc:creator>ArchStanton</dc:creator>
      <dc:date>2026-09-14T08:08:52Z</dc:date>
    </item>
    <item>
      <title>Refresh Failed</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Refresh-Failed/m-p/5366610#M302341</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My reports have been refreshing every night for several years without any problems until today, this is the error message I get:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&lt;BR /&gt;I'm not very technical and so I hope the fix is easy and straightforward, can anybody shed some light on why this has happened and how to fix it please?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 08:01:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Refresh-Failed/m-p/5366610#M302341</guid>
      <dc:creator>ArchStanton</dc:creator>
      <dc:date>2026-09-14T08:01:14Z</dc:date>
    </item>
    <item>
      <title>Best Practices for Ingestion Logging and Metadata Management in Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Best-Practices-for-Ingestion-Logging-and-Metadata-Management-in/m-p/5366589#M30545</link>
      <description>&lt;P&gt;Hi Fabric Community,&lt;/P&gt;&lt;P&gt;We are building a data platform in Microsoft Fabric to ingest Salesforce and Marketo data into a Lakehouse.&lt;/P&gt;&lt;P&gt;We are currently planning to use the following medallion architecture:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Salesforce / Marketo → Bronze → Silver → Gold&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Our basic approach is to keep the Bronze layer as close to the raw source data as possible, while performing transformations such as data type conversion, deduplication, JSON parsing, and upserts in the Silver layer.&lt;/P&gt;&lt;P&gt;For Marketo in particular, we are considering using the B&lt;STRONG&gt;ulk Extract APIs&lt;/STRONG&gt; to extract data such as Leads, Activities, and Program Members as CSV files and store the raw CSV files directly in the &lt;STRONG&gt;Files area of the Bronze Lakehouse.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;At the same time, since we plan to run incremental ingestion through a daily Fabric Pipeline, we are wondering whether we should separately record ingestion metadata for operational monitoring, troubleshooting, and reruns.&lt;/P&gt;&lt;P&gt;For example, we are considering storing information such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Dataset name&lt;/LI&gt;&lt;LI&gt;Pipeline Run ID / Batch ID&lt;/LI&gt;&lt;LI&gt;Extraction start and end timestamps specified in the source API&lt;/LI&gt;&lt;LI&gt;Timestamp when the data was successfully stored in Bronze&lt;/LI&gt;&lt;LI&gt;Source file name/path&lt;/LI&gt;&lt;LI&gt;Number of records ingested&lt;/LI&gt;&lt;LI&gt;Processing status (Success / Failed, etc.)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;One idea is to create a separate Ingestion Log / Control Table in the Lakehouse and insert one record per dataset for each Pipeline run, for example:&lt;/P&gt;&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 100.028%; height: 69.2234px; border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr style="height: 34.6117px;"&gt;&lt;td style="height: 34.6117px;"&gt;run_id&lt;/td&gt;&lt;td style="height: 34.6117px;"&gt;dataset&lt;/td&gt;&lt;td style="height: 34.6117px;"&gt;extract_from&lt;/td&gt;&lt;td style="height: 34.6117px;"&gt;extract_to&lt;/td&gt;&lt;td style="height: 34.6117px;"&gt;ingested_at&lt;/td&gt;&lt;td style="height: 34.6117px;"&gt;record_count&lt;/td&gt;&lt;td style="height: 34.6117px;"&gt;status&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 34.6117px;"&gt;&lt;td style="height: 34.6117px;"&gt;RUN001&lt;/td&gt;&lt;td style="height: 34.6117px;"&gt;MarketoActivity&lt;/td&gt;&lt;td style="height: 34.6117px;"&gt;2026/09/13 09:00&lt;/td&gt;&lt;td style="height: 34.6117px;"&gt;2026/09/14 12:00&lt;/td&gt;&lt;td style="height: 34.6117px;"&gt;2026/09/14 12:08&lt;/td&gt;&lt;td style="height: 34.6117px;"&gt;15,230&lt;/td&gt;&lt;td style="height: 34.6117px;"&gt;Success&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/DIV&gt;&lt;P&gt;I would appreciate your advice on the following questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;When implementing scheduled incremental ingestion using Fabric Pipelines, is it common or recommended to maintain a separate ingestion log/control table like this?&amp;nbsp;Or are Fabric Pipeline run history, Monitoring Hub, and other built-in monitoring capabilities generally sufficient, making a separate table unnecessary?&lt;/LI&gt;&lt;LI&gt;Should technical metadata columns such as ingested_at or batch_id be added directly to the raw data in the Bronze layer? Or is it better practice to keep Bronze as an unchanged copy of the source data and manage ingestion metadata separately in a control/log table?&lt;/LI&gt;&lt;LI&gt;When storing raw CSV files directly in the Files area of a Bronze Lakehouse, as in the case of the Marketo Bulk Extract APIs, what is the recommended way to associate each file with its ingestion metadata? For example, we are considering recording the file name/path and Pipeline Run ID in the ingestion control table.&lt;/LI&gt;&lt;LI&gt;From the perspective of reruns, failure recovery, and detecting missing data, what would you recommend as the minimum metadata that should be retained?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;At this point, we are not planning to maintain a separate watermark control table. For data such as Marketo Activities, we are considering using a time-based extraction window with a small overlap to reduce the risk of missing records around extraction boundaries or due to short processing/API availability delays.&lt;/P&gt;&lt;P&gt;If anyone has implemented a similar ingestion architecture in Microsoft Fabric, I would greatly appreciate any recommendations, best practices, or examples of how you manage ingestion metadata in practice.&lt;/P&gt;&lt;P&gt;Thank you in advance for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 06:35:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Best-Practices-for-Ingestion-Logging-and-Metadata-Management-in/m-p/5366589#M30545</guid>
      <dc:creator>RMori95610</dc:creator>
      <dc:date>2026-09-14T06:35:14Z</dc:date>
    </item>
    <item>
      <title>Connection error while using dataflow in power bi desktop</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Connection-error-while-using-dataflow-in-power-bi-desktop/m-p/5366562#M1475457</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;When I try to connect the dataflow in desktop,it shows below error, would you pls advise me how to solve it?&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 03:22:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Connection-error-while-using-dataflow-in-power-bi-desktop/m-p/5366562#M1475457</guid>
      <dc:creator>MostVIP2023</dc:creator>
      <dc:date>2026-09-14T03:22:20Z</dc:date>
    </item>
    <item>
      <title>ZigZag pattern as new Column for ID</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/ZigZag-pattern-as-new-Column-for-ID/m-p/5366558#M1475456</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am looking for ZigZag pattern for the report,&lt;BR /&gt;&lt;BR /&gt;I have this&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;I would like to show table like this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 02:26:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/ZigZag-pattern-as-new-Column-for-ID/m-p/5366558#M1475456</guid>
      <dc:creator>damit230183</dc:creator>
      <dc:date>2026-09-14T02:26:30Z</dc:date>
    </item>
    <item>
      <title>Power BI Proライセンス未保有者でも共有BIが見れる件</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Power-BI-Pro%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9%E6%9C%AA%E4%BF%9D%E6%9C%89%E8%80%85%E3%81%A7%E3%82%82%E5%85%B1%E6%9C%89BI%E3%81%8C%E8%A6%8B%E3%82%8C%E3%82%8B%E4%BB%B6/m-p/5366556#M302336</link>
      <description>&lt;P&gt;現在組織でPower BI Proライセンスを複数所有しています。&lt;/P&gt;&lt;P&gt;Proライセンスを保有しているユーザー同士は作成したBIのWEB閲覧が可能だと思いますが&lt;BR /&gt;Proライセンスを所有していないユーザーでも一部閲覧が可能になっています。（一部のみ）&lt;BR /&gt;以下パターンが発生している状況ですが、原因や対策など教えてください。&lt;/P&gt;&lt;P&gt;①Pro保有者が部署メンバーへ作成済みBIを公開＆共有（Pro保有A、ProなしB、ProなしC）&lt;BR /&gt;②Pro保有AとProなしBは閲覧できた&lt;BR /&gt;③ProなしCは閲覧できなかった&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2026 01:43:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Power-BI-Pro%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9%E6%9C%AA%E4%BF%9D%E6%9C%89%E8%80%85%E3%81%A7%E3%82%82%E5%85%B1%E6%9C%89BI%E3%81%8C%E8%A6%8B%E3%82%8C%E3%82%8B%E4%BB%B6/m-p/5366556#M302336</guid>
      <dc:creator>SB樋川幸絵</dc:creator>
      <dc:date>2026-09-14T01:43:46Z</dc:date>
    </item>
    <item>
      <title>Some NSW LGAs (Counties) not mapping</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Some-NSW-LGAs-Counties-not-mapping/m-p/5366547#M1475450</link>
      <description>&lt;P&gt;I'm having trouble getting all of the NSW LGAs (counties)&amp;nbsp; to work in Azure Maps&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;have tied Data Category to County in Table View&lt;/LI&gt;&lt;LI&gt;have made a located field - eg "Cumberland, NSW, Australia"&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;am using the latest version of Power Bi Desktop&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The following LGAS do not work:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Cumberland&lt;/LI&gt;&lt;LI&gt;Fairfield&lt;/LI&gt;&lt;LI&gt;Orange&lt;/LI&gt;&lt;LI&gt;Unincorporated&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The other 125 LGAs work fine.&lt;/P&gt;&lt;P&gt;I've used a shape file to get around this - but it has some other limitations.&lt;/P&gt;&lt;P&gt;I'd like to use the inbuilt functionality.&lt;BR /&gt;Would anyone know how I could solve this?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2026 23:28:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Some-NSW-LGAs-Counties-not-mapping/m-p/5366547#M1475450</guid>
      <dc:creator>00oO0oO</dc:creator>
      <dc:date>2026-09-13T23:28:55Z</dc:date>
    </item>
    <item>
      <title>Unable to provision Fabric trial capacity</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/Unable-to-provision-Fabric-trial-capacity/m-p/5366533#M30543</link>
      <description>&lt;P&gt;sub: Unable to provision Fabric trial capacity — tenant reports trial-capacity limit but has no trial capacity&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I’m trying to set up a Microsoft Fabric trial capacity in a new personal Entra tenant for DP-600 learning.&lt;/P&gt;&lt;P&gt;I can sign in to Fabric and have a Power BI trial, but starting a Fabric trial capacity fails with:&lt;/P&gt;&lt;P&gt;Sorry, we are unable to start trial at this time.&lt;/P&gt;&lt;P&gt;The Fabric Help pane then identifies the issue as:&lt;/P&gt;&lt;P&gt;Tenant has reached the limit for permitted free trial capabilities.&lt;/P&gt;&lt;P&gt;However, under &lt;STRONG&gt;Admin portal → Capacity settings → Trial&lt;/STRONG&gt;, there are no existing or usable Fabric trial capacities in the tenant.&lt;/P&gt;&lt;P&gt;I have already checked that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I am using a Microsoft Entra work/school-style account in my own tenant.&lt;/LI&gt;&lt;LI&gt;The tenant has a Fabric Administrator.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Users can create Fabric items&lt;/STRONG&gt; is enabled.&lt;/LI&gt;&lt;LI&gt;I tried creating a Lakehouse from My workspace to trigger the Fabric trial.&lt;/LI&gt;&lt;LI&gt;The tenant only has two users and no old trial capacity is visible.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Original error details:&lt;/P&gt;&lt;P&gt;Activity ID: e8c8d3d2-be9a-457d-9cf9-5fbcd22f2893&lt;/P&gt;&lt;P&gt;Request ID: 8c749726-eea5-4256-90b3-5b524edbea37&lt;/P&gt;&lt;P&gt;Correlation ID: 7c58b5a3-c6fd-1916-3e8d-e3317de06609&lt;/P&gt;&lt;P&gt;Time: 2026-09-11 19:11:41 CDT&lt;/P&gt;&lt;P&gt;Cluster: wabi-us-central-b-primary-redirect.analysis.windows.net&lt;/P&gt;&lt;P&gt;Has anyone experienced this quota/provisioning mismatch? Is there a way to have the tenant’s Fabric trial-capacity eligibility checked or reset?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2026 17:41:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/Unable-to-provision-Fabric-trial-capacity/m-p/5366533#M30543</guid>
      <dc:creator>Frank_9008</dc:creator>
      <dc:date>2026-09-13T17:41:36Z</dc:date>
    </item>
    <item>
      <title>How do I apply three different colours to all background columns and not just one at a time?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-do-I-apply-three-different-colours-to-all-background-columns/m-p/5366523#M1475444</link>
      <description>&lt;P&gt;I don't want to have to go through each GW to apply the three different colours to W D &amp;amp; L.&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2026 15:40:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-do-I-apply-three-different-colours-to-all-background-columns/m-p/5366523#M1475444</guid>
      <dc:creator>Fedup</dc:creator>
      <dc:date>2026-09-13T15:40:53Z</dc:date>
    </item>
    <item>
      <title>Where i can learn Power BI and Fabric as a Pro</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Where-i-can-learn-Power-BI-and-Fabric-as-a-Pro/m-p/5366508#M1475441</link>
      <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i just want to check is there any portal any plat6form offer power bi and fabric learning in low cost and all the required information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know we have ms learn portal but it's max text based , I am not a fan of text based learner.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2026 13:08:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Where-i-can-learn-Power-BI-and-Fabric-as-a-Pro/m-p/5366508#M1475441</guid>
      <dc:creator>dany000011</dc:creator>
      <dc:date>2026-09-13T13:08:59Z</dc:date>
    </item>
    <item>
      <title>How Can i get free Microsoft tenant ID</title>
      <link>https://community.fabric.microsoft.com/t5/Service/How-Can-i-get-free-Microsoft-tenant-ID/m-p/5366507#M302335</link>
      <description>&lt;P&gt;Hay i am learning Power BI and fabric , i want a corporate mail id to access this portal , But how can i get any option we have .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can any one help me with it,&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2026 13:05:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/How-Can-i-get-free-Microsoft-tenant-ID/m-p/5366507#M302335</guid>
      <dc:creator>dany000011</dc:creator>
      <dc:date>2026-09-13T13:05:53Z</dc:date>
    </item>
    <item>
      <title>Calculate YTD, PYTD and % change YTD</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Calculate-YTD-PYTD-and-change-YTD/m-p/5366495#M1475435</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is my date table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;DimDate =&lt;/P&gt;&lt;P&gt;VAR MinYear = YEAR(MIN('Cases'[Lodged Date]))&lt;/P&gt;&lt;P&gt;VAR MaxYear = YEAR(MAX('Cases'[Lodged Date]))&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;ADDCOLUMNS (&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; CALENDAR ( DATE ( MinYear, 1, 1 ), DATE ( MaxYear, 12, 31 ) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "Year", YEAR ( [Date] ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "Month Number", MONTH ( [Date] ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "Month Name", FORMAT ( [Date], "MMMM" ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "Month Short", FORMAT ( [Date], "MMM" ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "Quarter", "Q" &amp;amp; FORMAT ( [Date], "Q" ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "Year Month Key", INT(FORMAT([Date], "YYYYMM")),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "Day of Week Number", WEEKDAY ( [Date] ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "Day of Week Short", FORMAT ( [Date], "ddd" )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my YTD count of incident cases is&amp;nbsp;&lt;/P&gt;&lt;P&gt;YTD Serious Incidents = CALCULATE([Number of serious incident cases],DATESYTD('Cases'[Lodged Date].[Date]))&lt;/P&gt;&lt;P&gt;My PYTD count of incident cases is&amp;nbsp;&lt;/P&gt;&lt;P&gt;PYTD Serious Incidents =&lt;/P&gt;&lt;P&gt;CALCULATE( [YTD Serious Incidents],SAMEPERIODLASTYEAR('friendly Cases'[Lodged Date].[Date]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;YTD_Cases_%_Change =&lt;/P&gt;&lt;P&gt;VAR CurrentRate = [YTD Serious Incidents]&lt;/P&gt;&lt;P&gt;VAR PriorRate = [PYTD Serious Incidents]&lt;/P&gt;&lt;P&gt;VAR PctChange = DIVIDE(CurrentRate - PriorRate, PriorRate, 0)&lt;/P&gt;&lt;P&gt;VAR Arrow = IF(PctChange &amp;gt; 0, "▲ ", IF(PctChange &amp;lt; 0, "▼ ", "")) RETURN Arrow &amp;amp; FORMAT(PctChange, "0.0%")&lt;/P&gt;&lt;P&gt;I currently use auto date intelligence. However, this gives me the full year of data, for PYTD.&amp;nbsp; &amp;nbsp;Is it possible to resolve this issue and get the correct YTD, PYTD and % change of YTD cases?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;EK&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2026 09:57:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Calculate-YTD-PYTD-and-change-YTD/m-p/5366495#M1475435</guid>
      <dc:creator>epang</dc:creator>
      <dc:date>2026-09-13T09:57:51Z</dc:date>
    </item>
    <item>
      <title>what’s the most cost-effective option?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/what-s-the-most-cost-effective-option/m-p/5366459#M302334</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I’m currently working as a Data Analyst for a BPO company, where we still rely heavily on traditional Excel dashboards and tables to share weekly performance.&lt;/P&gt;
&lt;P&gt;At the moment, I have to prepare and send separate reports to each Supervisor by email. We have &lt;STRONG&gt;&lt;SPAN class="lia-text-color-10"&gt;12&lt;/SPAN&gt; &lt;SPAN class="lia-text-color-10"&gt;Supervisors, 3 ACMs and 1 Manager&lt;/SPAN&gt;&lt;/STRONG&gt;&amp;nbsp;so this process is becoming quite time-consuming and repetitive.&lt;/P&gt;
&lt;P&gt;I brought an idea to my manager about creating a &lt;SPAN class="lia-text-color-2"&gt;&lt;STRONG&gt;Power BI dashboard&lt;/STRONG&gt;&lt;/SPAN&gt; that centralizes all the data in one place.&lt;/P&gt;
&lt;P&gt;The idea is that Supervisors, ACMs, Managers, and Agents would be able to access the dashboard and see the data relevant to them, along with additional insights and interactive analysis.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Agents&lt;/STRONG&gt; → only see their own performance&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Supervisors&lt;/STRONG&gt; → only see their assigned agents&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;ACMs&lt;/STRONG&gt; → see the Supervisors/teams under them&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Managers&lt;/STRONG&gt; → see the relevant overall hierarchy&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I’m planning to use &lt;STRONG&gt;Row-Level Security (RLS)&lt;/STRONG&gt; to control access.&lt;/P&gt;
&lt;P&gt;However, my main concern now is &lt;SPAN class="lia-text-color-8"&gt;&lt;STRONG&gt;architecture and licensing cost&lt;/STRONG&gt;&lt;/SPAN&gt;. Since this is for a BPO account with potentially a large number of Agents giving every user an individual Power BI license could &lt;STRONG&gt;&lt;SPAN class="lia-text-color-13"&gt;become expensive&lt;/SPAN&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;So I’m looking for a cost-effective architecture using Power BI.&lt;/P&gt;
&lt;P&gt;A few questions I have:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Do I actually need &lt;SPAN class="lia-text-color-6"&gt;&lt;STRONG&gt;Microsoft Fabric&lt;/STRONG&gt;&lt;/SPAN&gt; for this scenario, or can Power BI Pro handle it?&lt;/LI&gt;
&lt;LI&gt;What would be the most cost-effective architecture for a large number of users with RLS?&lt;/LI&gt;
&lt;LI&gt;Would &lt;SPAN class="lia-text-color-8"&gt;&lt;STRONG&gt;Power BI Pro licenses&lt;/STRONG&gt;&lt;/SPAN&gt; for users be better, or would &lt;SPAN class="lia-text-color-6"&gt;&lt;STRONG&gt;Fabric capacity&lt;/STRONG&gt;&lt;/SPAN&gt; make more sense as the number of viewers grows?&lt;/LI&gt;
&lt;LI&gt;Since the source data is currently Excel files would you recommend keeping Excel + Power Query or moving the data into &lt;SPAN class="lia-text-color-6"&gt;&lt;STRONG&gt;Fabric/OneLake&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Is there a better architecture that would reduce both licensing and maintenance costs?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I’d really appreciate advice from anyone who has implemented a similar &lt;STRONG&gt;BPO performance dashboard with hierarchical RLS&lt;/STRONG&gt; and had to deal with a large number of users.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2026 21:04:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/what-s-the-most-cost-effective-option/m-p/5366459#M302334</guid>
      <dc:creator>Ahmed-Elfeel</dc:creator>
      <dc:date>2026-09-12T21:04:26Z</dc:date>
    </item>
    <item>
      <title>Percentage from two measures</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Percentage-from-two-measures/m-p/5366453#M1475427</link>
      <description>&lt;P&gt;I have created to two measures in my measure table for the Total number of tickets created and the total number of tickets closed.&amp;nbsp; I created another measure using the above mentioned measure to calculate the percentage of closed tickets.&amp;nbsp; I keep zero...it should be 95%.&amp;nbsp; I even used a quick measure to create the percentage measure.&amp;nbsp; I have a slicer based on a fiscal datetable.&amp;nbsp; Any idea why this isn't working?&lt;/P&gt;&lt;img /&gt;&lt;P&gt;Total Tickets Created % difference from Total Tickets Closed =&lt;/P&gt;&lt;P&gt;VAR __BASELINE_VALUE = [Total Tickets Closed]&lt;/P&gt;&lt;P&gt;VAR __VALUE_TO_COMPARE = [Total Tickets Created]&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; IF(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NOT ISBLANK(__VALUE_TO_COMPARE),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DIVIDE(__VALUE_TO_COMPARE, __BASELINE_VALUE)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; )&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2026 19:01:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Percentage-from-two-measures/m-p/5366453#M1475427</guid>
      <dc:creator>HMMFPUA</dc:creator>
      <dc:date>2026-09-12T19:01:01Z</dc:date>
    </item>
    <item>
      <title>Date Slicer Truncated at lower browser zoom</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Date-Slicer-Truncated-at-lower-browser-zoom/m-p/5366431#M1475425</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm noticing when users have their browser set at a low zoom (ie: 67% or below), it causes the date slicer to get truncated in the PowerBI Dashboard. They can see the StartDate part but not the EndDate (see image below).&lt;BR /&gt;&lt;BR /&gt;Has anyone experienced this? Do you know how this can be prevented?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2026 14:48:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Date-Slicer-Truncated-at-lower-browser-zoom/m-p/5366431#M1475425</guid>
      <dc:creator>RichFlorida</dc:creator>
      <dc:date>2026-09-12T14:48:06Z</dc:date>
    </item>
    <item>
      <title>Usage Metrics Report - Report Views Vs Report Page Views</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Usage-Metrics-Report-Report-Views-Vs-Report-Page-Views/m-p/5366425#M1475424</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm reviewing my PowerBI &lt;STRONG&gt;Usage Metrics Report&lt;/STRONG&gt;. i'm noticing that for some days, there are&lt;STRONG&gt; report view&lt;/STRONG&gt; counts but there is zero &lt;STRONG&gt;report pages views&lt;/STRONG&gt; for that same report.&lt;/P&gt;&lt;P&gt;Has anyone noticed the same? What could cause this? How are the views counted?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2026 13:59:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Usage-Metrics-Report-Report-Views-Vs-Report-Page-Views/m-p/5366425#M1475424</guid>
      <dc:creator>RichFlorida</dc:creator>
      <dc:date>2026-09-12T13:59:46Z</dc:date>
    </item>
    <item>
      <title>Marked as spam for no reason</title>
      <link>https://community.fabric.microsoft.com/t5/Community-Feedback/Marked-as-spam-for-no-reason/m-p/5366422#M13629</link>
      <description>&lt;P&gt;Could a moderator look at my post, which was marked as spam immediately after posting?&lt;/P&gt;&lt;P&gt;&lt;A class="lia-internal-link lia-internal-url lia-internal-url-content-type-forum" href="https://community.fabric.microsoft.com/discussions/ac_dataengineering/pure-python-notebook-authenticate-to-azure-devops-artifacts-using-fabric-workspa/5366418" data-lia-auto-title="Pure Python Notebook: authenticate to Azure DevOps Artifacts using Fabric Workspace Identity | Microsoft Fabric Community" data-lia-auto-title-active="0" target="_blank"&gt;Pure Python Notebook: authenticate to Azure DevOps Artifacts using Fabric Workspace Identity | Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2026 13:11:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Community-Feedback/Marked-as-spam-for-no-reason/m-p/5366422#M13629</guid>
      <dc:creator>llueg</dc:creator>
      <dc:date>2026-09-12T13:11:03Z</dc:date>
    </item>
    <item>
      <title>Pure Python Notebook: authenticate to Azure DevOps Artifacts using Fabric Workspace Identity</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Pure-Python-Notebook-authenticate-to-Azure-DevOps-Artifacts/m-p/5366418#M17929</link>
      <description>&lt;P&gt;Can a Pure Python Fabric notebook running under a Workspace Identity obtain an Azure DevOps access token so that `pip install --index-url ...` can authenticate without a PAT?&lt;/P&gt;&lt;P&gt;It would be very nice if we could use the Workspace Identity to authenticate directly against a DevOps Feed in order to pull dependencies, as that would allow DevOps to directly target Feed-permissions for &lt;EM&gt;that&lt;/EM&gt; Workspace (in particular, `Feed Reader`). For Spark Notebooks, we can use a Connection to do that, but for Pure Python Notebooks I can't find a documented way.&lt;/P&gt;&lt;P&gt;At the end of the day, one needs a token to pass to `pip` in order to bootstrap the notebook's runtime environment from the Feed, but as far as I can see there is no documented way to generate that token from the Workspace Identity. Currently, I'm using a keyvault'ed PAT. However, while this is fine-ish on the Fabric-side, it requires a dedicated Identity on the DevOps side, which I'd like to avoid.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2026 12:47:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Pure-Python-Notebook-authenticate-to-Azure-DevOps-Artifacts/m-p/5366418#M17929</guid>
      <dc:creator>llueg</dc:creator>
      <dc:date>2026-09-12T12:47:07Z</dc:date>
    </item>
    <item>
      <title>Fabric Eventstream MySQL CDC scans all databases and does not emit row-level events</title>
      <link>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Fabric-Eventstream-MySQL-CDC-scans-all-databases-and-does-not/m-p/5366400#M651</link>
      <description>&lt;P&gt;Hello Fabric Team,&lt;/P&gt;&lt;P&gt;We are testing the Microsoft Fabric Eventstream MySQL CDC connector with an AWS RDS MySQL database.&lt;/P&gt;&lt;P&gt;The MySQL instance is accessible through a private IP, and Fabric connects through a VNet data gateway/private network connection. Connectivity is successful, and the connector remains Active without reporting processing errors.&lt;/P&gt;&lt;P&gt;Our MySQL environment contains the same table structure across multiple databases, following a pattern similar to:&lt;/P&gt;&lt;P&gt;application_&amp;lt;tenant&amp;gt;.sample_table&lt;/P&gt;&lt;P&gt;We configured the source to capture only one fully qualified table:&lt;/P&gt;&lt;P&gt;application_tenant1.sample_table&lt;/P&gt;&lt;P&gt;The MySQL configuration is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;log_bin = ON&lt;/LI&gt;&lt;LI&gt;binlog_format = ROW&lt;/LI&gt;&lt;LI&gt;binlog_row_image = FULL&lt;/LI&gt;&lt;LI&gt;The connection user has SELECT, SHOW DATABASES, REPLICATION CLIENT, REPLICATION SLAVE/REPLICA, and the required snapshot permissions.&lt;/LI&gt;&lt;LI&gt;Each Fabric source uses a unique Server ID.&lt;/LI&gt;&lt;LI&gt;CDC from the same RDS instance has previously worked successfully through another CDC platform.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;However, we are seeing the following behavior:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Although only one fully qualified table is selected, Fabric/Debezium scans schema metadata for every accessible database and table on the MySQL server.&lt;/LI&gt;&lt;LI&gt;More than 45,000 schema events were generated across the tenant and history databases.&lt;/LI&gt;&lt;LI&gt;The schema events contain DDL such as DROP TABLE IF EXISTS and CREATE TABLE.&lt;/LI&gt;&lt;LI&gt;Snapshot mode is configured as Initial.&lt;/LI&gt;&lt;LI&gt;The selected table contains approximately 16,000 records, but Fabric emitted zero snapshot r events.&lt;/LI&gt;&lt;LI&gt;We committed a new insert into the selected table after schema discovery finished, but no c event was emitted.&lt;/LI&gt;&lt;LI&gt;Eventhouse receives the schema events successfully, confirming that the source-to-Eventhouse path is operational.&lt;/LI&gt;&lt;LI&gt;The Eventhouse destination stores the Debezium payload in a dynamic column using a mapper from payload to RawEvent.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Could you please confirm the following?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is it expected for the Fabric-managed MySQL CDC connector to scan and publish schema events for every database when only one fully qualified table is selected?&lt;/LI&gt;&lt;LI&gt;Does Fabric expose or support settings equivalent to:&lt;UL&gt;&lt;LI&gt;database.include.list&lt;/LI&gt;&lt;LI&gt;table.include.list&lt;/LI&gt;&lt;LI&gt;schema.history.internal.store.only.captured.databases.ddl&lt;/LI&gt;&lt;LI&gt;schema.history.internal.store.only.captured.tables.ddl&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Why would the connector finish schema discovery but not emit existing rows from the selected table when Snapshot mode is Initial?&lt;/LI&gt;&lt;LI&gt;Why are committed inserts not emitted after the schema phase appears to finish?&lt;/LI&gt;&lt;LI&gt;Is there a known limitation involving AWS RDS MySQL accessed through a private IP and VNet data gateway?&lt;/LI&gt;&lt;LI&gt;What is the recommended supported destination pattern for this CDC stream?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Our main objective is reliable ongoing CDC capture. We are flexible about the landing destination and can use:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Eventhouse&lt;/LI&gt;&lt;LI&gt;ADLS Gen2 in JSON or Parquet&lt;/LI&gt;&lt;LI&gt;Fabric Lakehouse/OneLake&lt;/LI&gt;&lt;LI&gt;Snowflake as the final destination&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please let us know which logs, connector identifiers, timestamps, or additional configuration details would help investigate this behavior.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2026 09:17:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventhouse-and-KQL/Fabric-Eventstream-MySQL-CDC-scans-all-databases-and-does-not/m-p/5366400#M651</guid>
      <dc:creator>girishtharwani2</dc:creator>
      <dc:date>2026-09-12T09:17:46Z</dc:date>
    </item>
  </channel>
</rss>

