<?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>Sat, 12 Sep 2026 11:29:58 GMT</pubDate>
    <dc:creator>Community</dc:creator>
    <dc:date>2026-09-12T11:29:58Z</dc:date>
    <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>
    <item>
      <title>DAX: Scenario C values misaligned on X-axis without calculated Final End Date</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/DAX-Scenario-C-values-misaligned-on-X-axis-without-calculated/m-p/5366364#M159051</link>
      <description>&lt;P&gt;Hi everyone,I’m working on a Power BI report where I previously created two calculated columns:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A “Final Start Date” that, under a specific condition (let’s call it Scenario C), shifts the original start date forward by 5 working days from a delay date.&lt;/LI&gt;&lt;LI&gt;A “Final End Date” that applies the same working-day shift to the original end date whenever the start date was shifted.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I used the Final End Date on the X-axis of a visual and a simple SUMX + SUMMARIZE measure on the Y-axis to get the total value per lot. Everything looked correct. Now I want to avoid calculated columns. I’m using the cleaned original end date on the X-axis and writing separate measures for each scenario. All scenarios work fine except Scenario C because it's the one shifting days. For Scenario C the measure correctly returns the total value, but the values are no longer distributed on the X-axis the same way they were when I used the calculated Final End Date. The dates on the axis stay on the original end dates instead of the shifted ones.&lt;BR /&gt;&lt;BR /&gt;is that even possible&lt;/P&gt;&lt;P&gt;And the measure I’m currently using for Scenario C looks like this (simplified structure):&lt;/P&gt;&lt;img /&gt;&lt;P&gt;How can I make the Scenario C measure “respect” the same working-day shift that the old Final End Date column applied, so that the values appear on the correct (shifted) dates on the X-axis, while still using only the original end date column and no calculated columns?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 23:01:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/DAX-Scenario-C-values-misaligned-on-X-axis-without-calculated/m-p/5366364#M159051</guid>
      <dc:creator>baxidor</dc:creator>
      <dc:date>2026-09-11T23:01:33Z</dc:date>
    </item>
    <item>
      <title>Accessibility issue in the Share dialog of embedded Power BI reports</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Accessibility-issue-in-the-Share-dialog-of-embedded-Power-BI/m-p/5366350#M1475406</link>
      <description>&lt;H2&gt;Accessibility issue in the Share dialog of embedded Power BI reports&lt;/H2&gt;&lt;P&gt;I would like to share an accessibility finding identified while testing an embedded Power BI report published as part of the content of an institutional website. The purpose of this post is to provide constructive feedback to the Microsoft Power BI team and the accessibility community, based on a real user experience with screen reader navigation.&lt;/P&gt;&lt;H3&gt;Context&lt;/H3&gt;&lt;P&gt;The issue was found during accessibility and usability testing of a Power BI report embedded in an institutional website of ARESEP, the public services regulatory authority in Costa Rica. The report was not being reviewed only as a visual dashboard, but also as interactive web content that should be usable by people who navigate with a keyboard and screen reader.&lt;/P&gt;&lt;H3&gt;Test environment&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Content tested: embedded Power BI report published within a web page.&lt;/LI&gt;&lt;LI&gt;Browsers tested on Windows: Microsoft Edge and Google Chrome.&lt;/LI&gt;&lt;LI&gt;Screen readers tested on Windows: NVDA and JAWS.&lt;/LI&gt;&lt;LI&gt;Browser tested on macOS: Safari.&lt;/LI&gt;&lt;LI&gt;Screen reader tested on macOS: VoiceOver.&lt;/LI&gt;&lt;LI&gt;Navigation method: keyboard and screen reader interaction.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Description of the issue&lt;/H3&gt;&lt;P&gt;When navigating the embedded Power BI report, the interface includes several areas: an initial section with information, keyboard command references and an option to skip to the main content; the main Power BI content; and a footer with options such as zoom and sharing.&lt;/P&gt;&lt;P&gt;The accessibility issue appears when activating the Share button. After pressing this button, a modal dialog is displayed. However, keyboard and screen reader focus remains on the Share button instead of moving into the dialog. As a result, the user is not immediately informed that a dialog has opened and must manually search for the new content.&lt;/P&gt;&lt;P&gt;Additionally, the dialog contains a text field with the URL of the Power BI report, but there does not appear to be an explicit Copy URL button or a clear mechanism that automatically copies the URL to the clipboard. In practice, this means that a screen reader user has to locate the dialog manually, find the URL field, select or access the text, and copy it manually before being able to share the report.&lt;/P&gt;&lt;H3&gt;Steps to reproduce&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;Open a web page that contains an embedded Power BI report.&lt;/LI&gt;&lt;LI&gt;Navigate through the embedded Power BI interface using the keyboard and a screen reader.&lt;/LI&gt;&lt;LI&gt;Repeat the test in Windows using Microsoft Edge and Google Chrome with NVDA and JAWS.&lt;/LI&gt;&lt;LI&gt;Repeat the test in macOS using Safari with VoiceOver.&lt;/LI&gt;&lt;LI&gt;Move to the footer area of the report where the Share button is available.&lt;/LI&gt;&lt;LI&gt;Activate the Share button.&lt;/LI&gt;&lt;LI&gt;Observe that a modal dialog appears visually, but focus remains on the Share button instead of moving into the dialog.&lt;/LI&gt;&lt;LI&gt;Try to access and copy the report URL from the dialog using only the keyboard and screen reader.&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;Actual behavior&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;The Share dialog opens, but focus is not moved to the dialog.&lt;/LI&gt;&lt;LI&gt;The screen reader focus remains on the Share button.&lt;/LI&gt;&lt;LI&gt;The user is not clearly informed that a modal dialog has opened.&lt;/LI&gt;&lt;LI&gt;The behavior was observed across the tested environments, including Windows with Edge and Chrome using NVDA and JAWS, and macOS with Safari using VoiceOver.&lt;/LI&gt;&lt;LI&gt;The URL is presented in a text field, but there is no clearly available Copy URL button or automatic copy behavior.&lt;/LI&gt;&lt;LI&gt;The user must manually locate the dialog and copy the URL, which increases effort and may create confusion.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Expected behavior&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;When the Share button is activated, focus should move directly into the modal dialog.&lt;/LI&gt;&lt;LI&gt;The dialog should be announced properly by the screen reader, including its purpose and accessible name.&lt;/LI&gt;&lt;LI&gt;Keyboard focus should remain within the dialog until the user closes it.&lt;/LI&gt;&lt;LI&gt;The dialog should provide a clear, keyboard-accessible Copy URL button.&lt;/LI&gt;&lt;LI&gt;Alternatively, if the focus is moved automatically to the URL field, the interface could provide a clear and accessible way to copy the URL to the clipboard.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Accessibility impact&lt;/H3&gt;&lt;P&gt;This behavior affects people who use screen readers and keyboard navigation. If focus does not move to the modal dialog, the user may not know that new interactive content has appeared. This can make the Share feature difficult to discover, understand and use. The absence of a clear Copy URL action also increases the number of steps needed to complete a common task: sharing the report with another person.&lt;/P&gt;&lt;H3&gt;Why this matters&lt;/H3&gt;&lt;P&gt;Power BI reports are increasingly used as public-facing information tools. When these reports are embedded in institutional or government websites, their accessibility affects access to public information. Improving focus management and providing a clear keyboard-accessible way to copy the report URL would help ensure that users of assistive technologies can interact with Power BI content more independently and efficiently.&lt;/P&gt;&lt;P&gt;It is also important to note that, based on the tests performed, the main content of embedded Power BI reports can become reasonably accessible when report authors apply accessibility best practices. This includes providing clear labels, maintaining a logical tab order, using meaningful alternative text when needed, and designing interactive elements so they can be understood by assistive technologies.&lt;/P&gt;&lt;P&gt;However, the issue described in this post corresponds to the default embedded Power BI interface, not to the report content created by authors. Because of that, it is not something that can be fully solved through good dashboard design practices. It likely needs to be reviewed and addressed at the product interface level.&lt;/P&gt;&lt;H3&gt;Suggestion for improvement&lt;/H3&gt;&lt;P&gt;It would be valuable for Microsoft Power BI to review the accessibility behavior of the Share dialog in embedded reports, especially focus management when the dialog opens and the availability of a clear Copy URL button. This would improve the experience for screen reader users and align this interaction more closely with expected modal dialog behavior on the web.&lt;/P&gt;&lt;P&gt;I am sharing this finding as constructive feedback from accessibility testing performed in multiple browser and screen reader combinations, including Windows with Edge and Chrome using NVDA and JAWS, and macOS with Safari using VoiceOver. I hope it can help improve the embedded Power BI experience for screen reader and keyboard users.&lt;/P&gt;&lt;H2&gt;Hallazgo de accesibilidad en el cuadro de compartir de informes Power BI incrustados&lt;/H2&gt;&lt;P&gt;Quisiera compartir un hallazgo de accesibilidad identificado durante la revisión de un informe de Power BI incrustado como parte del contenido de un sitio web institucional. El propósito de esta publicación es aportar retroalimentación constructiva al equipo de Microsoft Power BI y a la comunidad interesada en accesibilidad digital, a partir de una experiencia real de navegación con lector de pantalla.&lt;/P&gt;&lt;H3&gt;Contexto&lt;/H3&gt;&lt;P&gt;El hallazgo se identificó durante pruebas de accesibilidad y usabilidad realizadas a un informe de Power BI incrustado en un sitio web institucional de la ARESEP, la Autoridad Reguladora de los Servicios Públicos de Costa Rica. La revisión no se realizó únicamente sobre el componente visual del informe, sino también sobre la interacción del contenido como parte de una página web que debería poder ser utilizada por personas que navegan con teclado y lector de pantalla.&lt;/P&gt;&lt;H3&gt;Entorno de prueba&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Contenido evaluado: informe de Power BI incrustado en una página web.&lt;/LI&gt;&lt;LI&gt;Navegadores probados en Windows: Microsoft Edge y Google Chrome.&lt;/LI&gt;&lt;LI&gt;Lectores de pantalla probados en Windows: NVDA y JAWS.&lt;/LI&gt;&lt;LI&gt;Navegador probado en macOS: Safari.&lt;/LI&gt;&lt;LI&gt;Lector de pantalla probado en macOS: VoiceOver.&lt;/LI&gt;&lt;LI&gt;Método de navegación: interacción mediante teclado y lector de pantalla.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Descripción del hallazgo&lt;/H3&gt;&lt;P&gt;Al navegar por el informe de Power BI incrustado, la interfaz contiene varias zonas: una sección inicial con información, referencias a comandos de teclado y una opción para saltar al contenido principal; el contenido principal del informe; y un pie con opciones como zoom, compartir y otros controles.&lt;/P&gt;&lt;P&gt;El problema se presenta al activar el botón Compartir. Cuando se presiona este botón, se muestra un cuadro de diálogo modal. Sin embargo, el foco del teclado y del lector de pantalla permanece en el botón Compartir, en lugar de desplazarse hacia el cuadro de diálogo. Como resultado, la persona usuaria no recibe una indicación clara de que se abrió un nuevo contenido interactivo y debe buscar manualmente el modal.&lt;/P&gt;&lt;P&gt;Además, el cuadro de diálogo contiene un campo de texto con la URL del informe de Power BI, pero no parece existir un botón claro para copiar la URL ni un mecanismo accesible que permita copiarla de forma directa al portapapeles. En la práctica, esto obliga a la persona usuaria de lector de pantalla a localizar manualmente el modal, encontrar el campo con la dirección, seleccionar o acceder al texto y copiarlo manualmente antes de poder compartir el informe.&lt;/P&gt;&lt;H3&gt;Pasos para reproducir&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;Abrir una página web que contenga un informe de Power BI incrustado.&lt;/LI&gt;&lt;LI&gt;Navegar por la interfaz del informe utilizando teclado y lector de pantalla.&lt;/LI&gt;&lt;LI&gt;Repetir la prueba en Windows con Microsoft Edge y Google Chrome, utilizando NVDA y JAWS.&lt;/LI&gt;&lt;LI&gt;Repetir la prueba en macOS con Safari, utilizando VoiceOver.&lt;/LI&gt;&lt;LI&gt;Avanzar hasta el área del pie del informe, donde se encuentra disponible el botón Compartir.&lt;/LI&gt;&lt;LI&gt;Activar el botón Compartir.&lt;/LI&gt;&lt;LI&gt;Observar que aparece visualmente un cuadro de diálogo modal, pero el foco permanece en el botón Compartir en lugar de moverse al modal.&lt;/LI&gt;&lt;LI&gt;Intentar acceder y copiar la URL del informe desde el cuadro de diálogo utilizando únicamente teclado y lector de pantalla.&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;Comportamiento actual&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;El cuadro de diálogo de Compartir se abre, pero el foco no se mueve hacia el modal.&lt;/LI&gt;&lt;LI&gt;El foco del lector de pantalla permanece ubicado en el botón Compartir.&lt;/LI&gt;&lt;LI&gt;La persona usuaria no recibe una indicación clara de que se abrió un cuadro de diálogo.&lt;/LI&gt;&lt;LI&gt;El comportamiento fue observado en los entornos probados, incluyendo Windows con Edge y Chrome usando NVDA y JAWS, y macOS con Safari usando VoiceOver.&lt;/LI&gt;&lt;LI&gt;La URL se presenta en un campo de texto, pero no hay un botón Copiar URL claramente disponible o un comportamiento automático de copiado.&lt;/LI&gt;&lt;LI&gt;La persona usuaria debe localizar manualmente el modal y copiar la URL, lo que aumenta el esfuerzo y puede generar confusión.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Comportamiento esperado&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Al activar el botón Compartir, el foco debería moverse directamente al cuadro de diálogo modal.&lt;/LI&gt;&lt;LI&gt;El lector de pantalla debería anunciar adecuadamente el diálogo, incluyendo su propósito y nombre accesible.&lt;/LI&gt;&lt;LI&gt;El foco del teclado debería permanecer dentro del cuadro de diálogo hasta que la persona usuaria lo cierre.&lt;/LI&gt;&lt;LI&gt;El modal debería ofrecer un botón claro y accesible mediante teclado para copiar la URL.&lt;/LI&gt;&lt;LI&gt;Como alternativa, si el foco se mueve automáticamente al campo de texto con la URL, la interfaz debería ofrecer una forma clara y accesible de copiarla al portapapeles.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Impacto en accesibilidad&lt;/H3&gt;&lt;P&gt;Este comportamiento afecta a personas que utilizan lectores de pantalla y navegación por teclado. Si el foco no se desplaza al cuadro de diálogo, la persona usuaria puede no saber que apareció nuevo contenido interactivo. Esto dificulta descubrir, comprender y utilizar la función de compartir. Además, la ausencia de una acción clara para copiar la URL aumenta la cantidad de pasos necesarios para completar una tarea frecuente: compartir el informe con otra persona.&lt;/P&gt;&lt;H3&gt;Por qué es importante&lt;/H3&gt;&lt;P&gt;Los informes de Power BI se utilizan cada vez más como herramientas de información pública. Cuando estos informes se incrustan en sitios web institucionales o gubernamentales, su accesibilidad incide directamente en el acceso a la información. Mejorar la gestión del foco y ofrecer una forma clara, accesible mediante teclado, para copiar la URL del informe ayudaría a que las personas usuarias de tecnologías de asistencia puedan interactuar con el contenido de Power BI de forma más autónoma y eficiente.&lt;/P&gt;&lt;P&gt;También es importante señalar que, a partir de las pruebas realizadas, el contenido principal de los informes de Power BI incrustados puede llegar a ser razonablemente accesible cuando las personas que los crean aplican buenas prácticas de accesibilidad. Esto incluye usar etiquetas claras, cuidar el orden lógico de tabulación, agregar textos alternativos cuando hacen falta y diseñar los elementos interactivos de forma que puedan ser comprendidos por tecnologías de asistencia.&lt;/P&gt;&lt;P&gt;Sin embargo, el hallazgo descrito en esta publicación corresponde a la interfaz predeterminada de Power BI incrustado, y no al contenido del informe creado por las personas autoras. Por esa razón, no es un aspecto que pueda solucionarse completamente mediante buenas prácticas de diseño del dashboard. Probablemente requiere ser revisado y corregido desde la propia interfaz del producto.&lt;/P&gt;&lt;H3&gt;Sugerencia de mejora&lt;/H3&gt;&lt;P&gt;Sería valioso que Microsoft Power BI revise el comportamiento de accesibilidad del cuadro de diálogo Compartir en informes incrustados, especialmente la gestión del foco cuando se abre el modal y la disponibilidad de un botón claro para copiar la URL. Esto mejoraría la experiencia de las personas usuarias de lectores de pantalla y acercaría esta interacción al comportamiento esperado de los cuadros de diálogo modales en la web.&lt;/P&gt;&lt;P&gt;Comparto este hallazgo como retroalimentación constructiva a partir de pruebas de accesibilidad realizadas en varias combinaciones de navegador y lector de pantalla, incluyendo Windows con Edge y Chrome usando NVDA y JAWS, y macOS con Safari usando VoiceOver. Espero que pueda contribuir a mejorar la experiencia de uso de Power BI incrustado para personas que navegan con lector de pantalla y teclado.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 20:49:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Accessibility-issue-in-the-Share-dialog-of-embedded-Power-BI/m-p/5366350#M1475406</guid>
      <dc:creator>ugartema</dc:creator>
      <dc:date>2026-09-11T20:49:47Z</dc:date>
    </item>
    <item>
      <title>Date Formatting - Limited Options</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Date-Formatting-Limited-Options/m-p/5366336#M1475405</link>
      <description>&lt;P&gt;I believe this changed with the most recent update, but why are the date formatting options severely limited now? My default format in dashboards was "mmm dd". Now to get that result, I have to create a new column with it formatted as text, and sort the column by the original date column. This does not always work, or I get weird errors about more than one value, so it can't sort. "mmmm dd" just doesn't hit the same with those longer month names.&lt;/P&gt;&lt;P&gt;I very much miss the feature of just typing in which format you wanted. Am I the only one facing this? Am I missing something?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 18:23:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Date-Formatting-Limited-Options/m-p/5366336#M1475405</guid>
      <dc:creator>Specker</dc:creator>
      <dc:date>2026-09-11T18:23:56Z</dc:date>
    </item>
    <item>
      <title>Scheduled refresh starts in 10 minutes after the scheduled time - is this expected queue latency?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Scheduled-refresh-starts-in-10-minutes-after-the-scheduled-time/m-p/5366297#M302318</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I schedule refresh and refresh starts later than i set. In documentation it says it can start in 15 minutes from the beginning refresh hour but here is my environment:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Fabric Trial capacity (F64 equivalent) also Pro Workspace, single workspace, single semantic model — no other workloads on the capacity&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Storage mode: Import&lt;/LI&gt;
&lt;LI&gt;Data source: SQL Server&lt;/LI&gt;
&lt;LI&gt;Gateway: On-premises data gateway&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In Refresh history, the top-level Start time is 3:03:12 PM, but the underlying "Data" step doesn't begin until 3:13:31 PM, roughly a 10 minute gap. The actual refresh itself completes in 9 seconds, and the overall status is Completed with no errors. So the refresh is not slow, it simply doesn't start when scheduled.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;No other semantic models, pipelines or notebooks on the workspace or capacity. What exactly does the top-level "Start" timestamp in Refresh history represent, the moment the job is enqueued, or the moment the scheduler picks it up? Understanding this would clarify where the 10 minutes is actually spent.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 14:11:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Scheduled-refresh-starts-in-10-minutes-after-the-scheduled-time/m-p/5366297#M302318</guid>
      <dc:creator>anilelmastasi</dc:creator>
      <dc:date>2026-09-11T14:11:38Z</dc:date>
    </item>
    <item>
      <title>Business Central Data to Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Business-Central-Data-to-Fabric/m-p/5366271#M17925</link>
      <description>&lt;P&gt;Hii All,&lt;/P&gt;&lt;P&gt;Has anyone explored the BC connection to it's underlying SQL database? Is there limitation to this approach? I need to get data from BC to fabric, is SQL database of BC worth exploring?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 11:18:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Business-Central-Data-to-Fabric/m-p/5366271#M17925</guid>
      <dc:creator>Saum02</dc:creator>
      <dc:date>2026-09-11T11:18:28Z</dc:date>
    </item>
    <item>
      <title>Manage access on a report and semantic model</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Manage-access-on-a-report-and-semantic-model/m-p/5366242#M302304</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I've published a Power BI report in a workspace. I'd like to share it with a member of the functional team so they can edit the report — adding or modifying visuals — but without being able to edit the semantic model.&lt;/P&gt;&lt;P&gt;However, other reports in the same workspace should remain read-only for them.&lt;/P&gt;&lt;P&gt;Could you let me know how to set this up?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 09:49:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Manage-access-on-a-report-and-semantic-model/m-p/5366242#M302304</guid>
      <dc:creator>PBI_2K26</dc:creator>
      <dc:date>2026-09-11T09:49:24Z</dc:date>
    </item>
    <item>
      <title>how to create support ticket</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/how-to-create-support-ticket/m-p/5366217#M1475389</link>
      <description>&lt;P&gt;how to create support ticket&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 08:16:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/how-to-create-support-ticket/m-p/5366217#M1475389</guid>
      <dc:creator>hircinelol</dc:creator>
      <dc:date>2026-09-11T08:16:29Z</dc:date>
    </item>
    <item>
      <title>How to Configure Scheduled Refresh in Power BI for Data Connected via Zoho People API?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Configure-Scheduled-Refresh-in-Power-BI-for-Data/m-p/5366212#M65582</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I have connected Zoho People API data to Power BI using Power Query (API calls), and the data refreshes successfully in Power BI Desktop. However, I am facing challenges when configuring Scheduled Refresh in the Power BI Service.&lt;/P&gt;&lt;P&gt;The main issue is that the Zoho People access token expires every hour. When the token expires, the API calls fail, causing scheduled refreshes to stop working.&lt;/P&gt;&lt;P&gt;I'm looking for advice on the following:&lt;/P&gt;&lt;P&gt;What is the recommended approach for implementing scheduled refresh with Zoho People API in Power BI Service?&lt;/P&gt;&lt;P&gt;How can the access token be refreshed automatically before it expires?&lt;/P&gt;&lt;P&gt;Is it possible to use a refresh token within Power Query or Power BI Service to generate a new access token during each refresh?&lt;/P&gt;&lt;P&gt;Does this scenario require an On-premises Data Gateway, Azure Function, Power Automate, or another middleware solution?&lt;/P&gt;&lt;P&gt;Are there any best practices for handling OAuth 2.0 token expiration when connecting to APIs from Power BI?&lt;/P&gt;&lt;P&gt;Has anyone successfully implemented automated scheduled refresh for Zoho People API data? If so, could you share your architecture or approach?&lt;/P&gt;&lt;P&gt;Current Setup:&lt;/P&gt;&lt;P&gt;Data Source: Zoho People API&lt;/P&gt;&lt;P&gt;Connection Method: Power Query Web/API calls&lt;/P&gt;&lt;P&gt;Authentication: OAuth Access Token&lt;/P&gt;&lt;P&gt;Token Validity: 1 Hour&lt;/P&gt;&lt;P&gt;I would appreciate any guidance, sample implementations, or documentation that explain how to handle token renewal for Zoho People API integrations with Power BI scheduled refresh.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 07:24:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Configure-Scheduled-Refresh-in-Power-BI-for-Data/m-p/5366212#M65582</guid>
      <dc:creator>Agni2171</dc:creator>
      <dc:date>2026-09-11T07:24:51Z</dc:date>
    </item>
    <item>
      <title>Bug: QuickBooks connector (QuickBooks for Pipeline) fails OAuth login</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Bug-QuickBooks-connector-QuickBooks-for-Pipeline-fails-OAuth/m-p/5366187#M9671</link>
      <description>&lt;P&gt;When attempting to create a connection of type QuickBooks for Pipeline (Cloud category) via Manage Connections and Gateways in Microsoft Fabric, with the authentication method automatically set to OAuth 2.0, clicking the Edit credentials button results in an error when trying to initiate the OAuth login flow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unable to start OAuth login for this data source. Connection string is not supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Details: Query contains unsupported function. Function name: QuickBooksForPipeline.Contents&lt;/P&gt;&lt;P&gt;Session Id: 6fb86dae-dc71-4a06-8f7f-b99aee7885df&lt;/P&gt;&lt;P&gt;RequestId: 710bfcb8-ff7a-444d-90dc-c2dcc311e0f9&lt;/P&gt;&lt;P&gt;Cluster URI: https://api.powerbi.com&lt;/P&gt;&lt;P&gt;Status code: 400&lt;/P&gt;&lt;P&gt;Time: Fri Sep 11 2026 07:54:51 GMT+0300 (Eastern European Summer Time)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps to reproduce:&lt;/P&gt;&lt;P&gt;In a Fabric workspace, open a Copy Data activity (Source) or go to Manage Connections and Gateways.&lt;/P&gt;&lt;P&gt;Click "+ New" to create a new connection.&lt;/P&gt;&lt;P&gt;Select connection type Cloud.&lt;/P&gt;&lt;P&gt;Search for and select QuickBooks for Pipeline as the data source.&lt;/P&gt;&lt;P&gt;Authentication method is automatically set to OAuth 2.0.&lt;/P&gt;&lt;P&gt;Click Edit credentials.&lt;/P&gt;&lt;P&gt;The error above appears instead of the expected QuickBooks OAuth consent screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected behavior: Clicking Edit credentials should open the standard Intuit OAuth 2.0 consent screen, as described in the QuickBooks connector documentation for Data Factory / Fabric pipelines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Impact: It is currently impossible to create a working QuickBooks Online connection in a Fabric pipeline using this connector, which blocks migrating an existing pipeline (where tokens are currently passed manually as parameters) to native OAuth authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Environment: Microsoft Fabric (trial capacity), browser: Chrome, date: 2026-09-11.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 06:19:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Bug-QuickBooks-connector-QuickBooks-for-Pipeline-fails-OAuth/m-p/5366187#M9671</guid>
      <dc:creator>Vitaliy3</dc:creator>
      <dc:date>2026-09-11T06:19:22Z</dc:date>
    </item>
    <item>
      <title>Input Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Input-Slicer/m-p/5366175#M43876</link>
      <description>&lt;P&gt;Input Slicer is working with text field and not working with numeric fields. Is it by design?&lt;BR /&gt;thank you&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 06:02:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Input-Slicer/m-p/5366175#M43876</guid>
      <dc:creator>klimkiv</dc:creator>
      <dc:date>2026-09-11T06:02:35Z</dc:date>
    </item>
    <item>
      <title>Incremental refresh is not working as expected</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-refresh-is-not-working-as-expected/m-p/5366163#M159044</link>
      <description>&lt;P&gt;I have setup incremental refresh in powerbi using one of the date/time column and published to service. When i go and refresh it for the 2nd time also, it is taking same amount of time. My data source is Snowflake.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;img /&gt;&lt;P&gt;2. = Table.SelectRows(CASES_Table, each [LASTMODIFIEDDATE] &amp;gt;= RangeStart and [LASTMODIFIEDDATE] &amp;lt; RangeEnd).&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 05:13:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Incremental-refresh-is-not-working-as-expected/m-p/5366163#M159044</guid>
      <dc:creator>Mahipal</dc:creator>
      <dc:date>2026-09-11T05:13:10Z</dc:date>
    </item>
    <item>
      <title>Enquiry about year to year % measurement</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Enquiry-about-year-to-year-measurement/m-p/5366151#M1475368</link>
      <description>&lt;P&gt;I have a date dimension table and 2 tables Fact tables. The fact tables are cases and breaches. the relationship is one case to many breaches. One date can have many cases. I would like to calculate the YTD and Previous YTD count of cases and % change for year, quarter for last few years. How can I do that? someone has provided some dax.&amp;nbsp; &amp;nbsp;My current formula is&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. YTD&amp;nbsp; Incidents = CALCULATE([Number of cases],DATESYTD('Cases'[Lodged Date].[Date]))&lt;/P&gt;&lt;P&gt;2. PYTD Serious Incidents =&lt;/P&gt;&lt;P&gt;CALCULATE( [YTD Incidents],&lt;/P&gt;&lt;P&gt;&amp;nbsp;SAMEPERIODLASTYEAR(' Cases'[Lodged Date].[Date]))&lt;/P&gt;&lt;P&gt;3. YonY_Cases_%_Change =&lt;/P&gt;&lt;P&gt;VAR CurrentRate = [YTD Incidents]&lt;/P&gt;&lt;P&gt;VAR PriorRate = [PYTD 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;Someone has provided me the following DAX. how can i use that to generate YtoY % change, YTD vs PTD % change, quarter to quarter % change?&amp;nbsp; &amp;nbsp;thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR SelectedYear =&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;SELECTEDVALUE('dimDate'[Year])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR MaxDataDate = [Latest Data Date]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR StartDate =&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;DATE(SelectedYear, 1, 1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR EndDate =&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;IF(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;SelectedYear = YEAR(MaxDataDate),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;MaxDataDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;DATE(SelectedYear, 12, 31)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And used StartDate and EndDate to filter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similarly, for previousYear:&lt;/P&gt;&lt;P&gt;VAR SelectedYear =&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;SELECTEDVALUE('dimDate'[Year])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR MaxDataDate = [Latest Data Date]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR StartDate =&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;DATE(SelectedYear - 1, 1, 1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR EndDate =&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;IF(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;SelectedYear = YEAR(MaxDataDate),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;DATE(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;SelectedYear - 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;MONTH(MaxDataDate),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;DAY(MaxDataDate)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;DATE(SelectedYear - 1, 12, 31)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 04:03:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Enquiry-about-year-to-year-measurement/m-p/5366151#M1475368</guid>
      <dc:creator>epang</dc:creator>
      <dc:date>2026-09-11T04:03:48Z</dc:date>
    </item>
    <item>
      <title>MS Power BI integration towards MS PowerPoint</title>
      <link>https://community.fabric.microsoft.com/t5/Service/MS-Power-BI-integration-towards-MS-PowerPoint/m-p/5366138#M302289</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;One of our team members wants to integrate MS Power BI (live-query) into MS PowerPoint and therefore he needs to install the add-in for the application.&lt;/P&gt;&lt;P&gt;Unfortunately it does not who the required item in the ribbon within MS Power BI service:&lt;/P&gt;&lt;img /&gt;&lt;P&gt;I have also checked and unless I am not having the overall admin-role within MS Power BI service I am also not seeing the item for download:&lt;/P&gt;&lt;img /&gt;&lt;P&gt;I also checked the settings within the admin portal and it seems to be correct, since everything is activated for the whole organisation:&lt;/P&gt;&lt;img /&gt;&lt;P&gt;Did I miss something or does anyone have a hint for me on this purpose?&lt;/P&gt;&lt;P&gt;Best regards and thanks in advance&lt;/P&gt;&lt;P&gt;Carsten&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 00:07:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/MS-Power-BI-integration-towards-MS-PowerPoint/m-p/5366138#M302289</guid>
      <dc:creator>EWA_212376</dc:creator>
      <dc:date>2026-09-11T00:07:13Z</dc:date>
    </item>
    <item>
      <title>How to calculate Route based on repeating cycle</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-calculate-Route-based-on-repeating-cycle/m-p/5366123#M1475358</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I have this table A:&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you can see id has different route. So, when route is not repeating than good path and if route is going back to any previous route, then its bad path. Like image below&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&lt;BR /&gt;How to achieve final visuals like image below?&lt;/P&gt;&lt;img /&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 21:26:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-calculate-Route-based-on-repeating-cycle/m-p/5366123#M1475358</guid>
      <dc:creator>damit23183</dc:creator>
      <dc:date>2026-09-10T21:26:34Z</dc:date>
    </item>
    <item>
      <title>Setting up BI Report subscription for Non Licensed Member</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Setting-up-BI-Report-subscription-for-Non-Licensed-Member/m-p/5366122#M1475357</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm looking for a clear answer regarding Power BI report subscriptions and licensing.&lt;BR /&gt;Suppose:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have a &lt;STRONG&gt;Power BI Pro&lt;/STRONG&gt; or &lt;STRONG&gt;Power BI Premium Per User (PPU)&lt;/STRONG&gt; license.&lt;/LI&gt;&lt;LI&gt;The report is hosted in a &lt;STRONG&gt;Pro&lt;/STRONG&gt; or &lt;STRONG&gt;PPU&lt;/STRONG&gt; workspace.&lt;/LI&gt;&lt;LI&gt;I create an email subscription for a report.&lt;/LI&gt;&lt;LI&gt;The recipients are &lt;STRONG&gt;internal users with no Power BI license at all&lt;/STRONG&gt; (no Pro, no PPU, and no Fabric capacity assigned to them).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Can those unlicensed users receive the report subscription email, yes or no?&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm specifically trying to understand whether a licensed Pro/PPU user can create subscriptions for completely unlicensed internal users when the report is in a Pro or PPU workspace.&lt;/P&gt;&lt;P&gt;Thanks in advance for any clarification.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 21:24:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Setting-up-BI-Report-subscription-for-Non-Licensed-Member/m-p/5366122#M1475357</guid>
      <dc:creator>Natsu177</dc:creator>
      <dc:date>2026-09-10T21:24:58Z</dc:date>
    </item>
    <item>
      <title>Databricks connector automatically switches to ADBC 2.0 – ODBC issue</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Databricks-connector-automatically-switches-to-ADBC-2-0-ODBC/m-p/5366119#M1475356</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Since the August release of Power BI, I’ve noticed that when using the Databricks connector, the implementation is automatically set to&amp;nbsp;&lt;STRONG&gt;2.0 (ADBC)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;However, my environment relies on &lt;STRONG&gt;ODBC&lt;/STRONG&gt;, so I had to manually change the setting back to &lt;STRONG&gt;System Default&lt;/STRONG&gt; in order to get the connection working.&lt;/P&gt;&lt;P&gt;Even after switching back to System Default, I’m still experiencing issues with the Databricks connection.&lt;/P&gt;&lt;P&gt;Has anyone else experienced this behavior with the August Power BI release?&lt;/P&gt;&lt;P&gt;Is there a recommended way to force Power BI to use &lt;STRONG&gt;ODBC&lt;/STRONG&gt; instead of ADBC?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 20:41:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Databricks-connector-automatically-switches-to-ADBC-2-0-ODBC/m-p/5366119#M1475356</guid>
      <dc:creator>Fern_21</dc:creator>
      <dc:date>2026-09-10T20:41:52Z</dc:date>
    </item>
    <item>
      <title>Latest Date Feature</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Latest-Date-Feature/m-p/5366118#M1475355</link>
      <description>&lt;P&gt;How is there not a feature to default your date slicer to the max date of the dataset?&amp;nbsp; Feel like this has been needed for years and the workaround is do clunky.&amp;nbsp; Any new tips?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 20:41:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Latest-Date-Feature/m-p/5366118#M1475355</guid>
      <dc:creator>AH1997</dc:creator>
      <dc:date>2026-09-10T20:41:24Z</dc:date>
    </item>
    <item>
      <title>Fabric Copy Activity fails in Query mode but succeeds in Table mode through an on-premises gateway</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Copy-Activity-fails-in-Query-mode-but-succeeds-in-Table/m-p/5366114#M17914</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Fabric Community,&lt;/P&gt;&lt;P&gt;I am using a Microsoft Fabric pipeline Copy Activity to copy data from a Fabric Lakehouse to an on-premises SQL Server database through a dedicated on-premises data gateway.&lt;/P&gt;&lt;P&gt;I tested the Copy Activity using both of the following source connection types:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Lakehouse connection&lt;/LI&gt;&lt;LI&gt;Lakehouse SQL analytics endpoint connection&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;With both connection types, the behavior is the same:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Lookup Activity:&lt;/STRONG&gt; Successful&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Script Activity:&lt;/STRONG&gt; Successful&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Copy Activity using Table mode:&lt;/STRONG&gt; Successful&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Copy Activity using Query mode:&lt;/STRONG&gt; Fails&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When the Copy Activity source is configured with &lt;STRONG&gt;Use query = Query&lt;/STRONG&gt;, it fails with the following error:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;ErrorCode=SqlFailedToConnect,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Cannot connect to SQL Database. Please contact SQL server team for further support. Server: 'xxxxxxxx.datawarehouse.fabric.microsoft.com', Database: 'LH_XYZ', User: ''. Check the connection configuration is correct, and make sure the SQL Database firewall allows the Data Factory runtime to access.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.Data.SqlClient.SqlException,Message=A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server),Source=.Net SqlClient Data Provider,SqlErrorNumber=53,Class=20,ErrorCode=-2146232060,State=0,Errors=[{Class=20,Number=53,State=0,Message=A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server),},],''Type=System.ComponentModel.Win32Exception,Message=The network path was not found,Source=,'&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;However, when I change the source configuration from&amp;nbsp;&lt;STRONG&gt;Query&lt;/STRONG&gt; to &lt;STRONG&gt;Table&lt;/STRONG&gt; and select the source table directly, the Copy Activity completes successfully.&lt;/P&gt;&lt;P&gt;Has anyone encountered this behavior?&lt;/P&gt;&lt;P&gt;Does Query mode use a different runtime, connector path, or metadata-discovery process when the Copy Activity runs through an on-premises gateway?&lt;/P&gt;&lt;P&gt;Are there any known limitations or additional gateway requirements for using a custom query as the source?&lt;/P&gt;&lt;P&gt;Any guidance on how to diagnose or resolve this would be appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 20:25:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Copy-Activity-fails-in-Query-mode-but-succeeds-in-Table/m-p/5366114#M17914</guid>
      <dc:creator>alisaleh</dc:creator>
      <dc:date>2026-09-10T20:25:01Z</dc:date>
    </item>
    <item>
      <title>Bronze data contracts for REST/API sources — workaround for Get Metadata's connector gap</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Bronze-data-contracts-for-REST-API-sources-workaround-for-Get/m-p/5366111#M17913</link>
      <description>&lt;P&gt;For SQL sources, our pattern is: Copy activity lands the table to Parquet, Get Metadata pulls the source structure, a Notebook compares that structure to a JSON contract, and if it matches, a Copy activity promotes Parquet to Delta — if not, we notify instead.&lt;/P&gt;&lt;P&gt;Wanted the same for REST/API sources, but Get Metadata doesn't support REST connectors — so there's no direct "get source structure" step for an API.&lt;/P&gt;&lt;P&gt;Workaround: since Parquet stores its own schema, we skip Get Metadata for API sources and just read it back off the landed file:&lt;/P&gt;&lt;P&gt;Copy: API → Parquet (raw landing)&lt;/P&gt;&lt;P&gt;Notebook: spark.read.parquet(path).schema vs. JSON contract&lt;/P&gt;&lt;P&gt;Match → Copy Parquet to Delta. Mismatch → notify,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Questions for the community:&lt;/P&gt;&lt;P&gt;Anyone found a more native way to get REST schema before landing data?&lt;/P&gt;&lt;P&gt;Is anyone doing a pre-flight sample call to validate before pulling the full payload?&lt;/P&gt;&lt;P&gt;Any word on Get Metadata adding REST support?&lt;/P&gt;&lt;P&gt;Curious how others doing bronze contracts in Fabric have handled this.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 20:15:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Bronze-data-contracts-for-REST-API-sources-workaround-for-Get/m-p/5366111#M17913</guid>
      <dc:creator>damo_mac85</dc:creator>
      <dc:date>2026-09-10T20:15:32Z</dc:date>
    </item>
  </channel>
</rss>

