<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bot Creation integrate with Microsoft Teams and Answer Questions related to Power BI reports in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Bot-Creation-integrate-with-Microsoft-Teams-and-Answer-Questions/m-p/5158846#M64986</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340934"&gt;@nsandupa&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Have you had a chance to review the solution we shared earlier? If the issue persists, feel free to reply so we can help further.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2026 04:17:12 GMT</pubDate>
    <dc:creator>v-saisrao-msft</dc:creator>
    <dc:date>2026-04-27T04:17:12Z</dc:date>
    <item>
      <title>Bot Creation integrate with Microsoft Teams and Answer Questions related to Power BI reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Bot-Creation-integrate-with-Microsoft-Teams-and-Answer-Questions/m-p/5155231#M64956</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I’m working on designing a bot experience in Microsoft Teams that allows users to query report data using natural language. Below is the intended behavior — I’d appreciate feedback or suggestions on improving this approach.&lt;/P&gt;&lt;P&gt;Core Behavior&lt;BR /&gt;1. Teams Integration&lt;/P&gt;&lt;P&gt;The bot is available within Microsoft Teams.&lt;BR /&gt;2. Personalized Greeting&lt;/P&gt;&lt;P&gt;When a user opens the bot, it greets them based on:&lt;BR /&gt;Time of day (e.g., Good Morning / Afternoon / Evening)&lt;BR /&gt;Their Microsoft Entra ID display name&lt;BR /&gt;3. Natural Language Query&lt;/P&gt;&lt;P&gt;Users can ask questions in plain English, for example:&lt;BR /&gt;“Get the count of studies which are Phase 1”&lt;/P&gt;&lt;P&gt;4. Intelligent Report Identification&lt;/P&gt;&lt;P&gt;The bot should:&lt;/P&gt;&lt;P&gt;Respect user access&lt;BR /&gt;Only consider reports the user has access to&lt;BR /&gt;Example: ABC, CHF, BCA, ACF&lt;BR /&gt;Understand user intent (semantic matching)&lt;BR /&gt;Identify key entities/attributes from the query&lt;BR /&gt;Example:&lt;BR /&gt;Query: “Get the count of studies which are Phase 1”&lt;BR /&gt;Key concepts: Studies, Phase 1&lt;BR /&gt;Map query to relevant reports&lt;BR /&gt;Determine which reports contain the required data&lt;BR /&gt;Example:&lt;BR /&gt;Relevant reports: ABC, CHF&lt;BR /&gt;Prompt user for report selection&lt;BR /&gt;Respond with something like:&lt;BR /&gt;“I found relevant data in the following reports. Please select one to proceed.”&lt;/P&gt;&lt;P&gt;Require the user to select exactly one report&lt;BR /&gt;Note:&lt;BR /&gt;The bot should infer intent even when exact attribute or column names are not used — similar to how Power BI Copilot interprets queries.&lt;/P&gt;&lt;P&gt;5. Query Execution&lt;/P&gt;&lt;P&gt;Once the user selects a report:&lt;BR /&gt;The bot answers the question using only that report’s semantic model&lt;BR /&gt;Ensures accuracy and avoids cross-report ambiguity&lt;BR /&gt;Goal&lt;BR /&gt;To create a Copilot-like experience within Teams that:&lt;/P&gt;&lt;P&gt;Understands natural language queries&lt;BR /&gt;Respects user-specific data access&lt;BR /&gt;Guides users to the correct data source&lt;BR /&gt;Provides accurate, context-aware responses&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 07:18:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Bot-Creation-integrate-with-Microsoft-Teams-and-Answer-Questions/m-p/5155231#M64956</guid>
      <dc:creator>nsandupa</dc:creator>
      <dc:date>2026-04-21T07:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bot Creation integrate with Microsoft Teams and Answer Questions related to Power BI reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Bot-Creation-integrate-with-Microsoft-Teams-and-Answer-Questions/m-p/5155419#M64960</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340934"&gt;@nsandupa&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Combining Microsoft tools, rather than depending on a single built-in feature, can be effective. Bot built with Microsoft Copilot Studio in Teams can respond to natural language queries, and Power BI Copilot illustrates how these queries are processed using semantic models to produce insights. The standalone Copilot experience also allows users to locate and refine relevant reports through follow-up questions. Since these features are not yet available as a unified API, custom orchestration across these tools is necessary for this use case.&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/copilot-integration" target="_blank" rel="noopener"&gt;Copilot in Power BI integration - Power BI | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/copilot-introduction" target="_blank" rel="noopener"&gt;Copilot for Power BI overview - Power BI | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/explore-reports/copilot-chat-with-data-standalone" target="_blank" rel="noopener"&gt;Standalone Copilot Experience in Power BI (preview) - Power BI | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/natural-language/q-and-a-intro" target="_blank" rel="noopener"&gt;Learn how to use natural language to explore data with Power BI Q&amp;amp;A - Power BI | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/microsoft-copilot-studio/publication-add-bot-to-microsoft-teams" target="_blank" rel="noopener"&gt;Connect and configure an agent for Teams and Microsoft 365 Copilot - Microsoft Copilot Studio | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 12:26:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Bot-Creation-integrate-with-Microsoft-Teams-and-Answer-Questions/m-p/5155419#M64960</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-04-21T12:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Bot Creation integrate with Microsoft Teams and Answer Questions related to Power BI reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Bot-Creation-integrate-with-Microsoft-Teams-and-Answer-Questions/m-p/5157309#M64983</link>
      <description>&lt;P&gt;The current technical setup requires your Teams bot (which you created from Copilot Studio, I assume)&amp;nbsp; to communicate with a Fabric Data Agent or an MCP. A direct connection from Teams to a Power BI semantic model is not currently possible.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 21:19:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Bot-Creation-integrate-with-Microsoft-Teams-and-Answer-Questions/m-p/5157309#M64983</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-04-23T21:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bot Creation integrate with Microsoft Teams and Answer Questions related to Power BI reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Bot-Creation-integrate-with-Microsoft-Teams-and-Answer-Questions/m-p/5158846#M64986</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340934"&gt;@nsandupa&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Have you had a chance to review the solution we shared earlier? If the issue persists, feel free to reply so we can help further.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2026 04:17:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Bot-Creation-integrate-with-Microsoft-Teams-and-Answer-Questions/m-p/5158846#M64986</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-04-27T04:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Bot Creation integrate with Microsoft Teams and Answer Questions related to Power BI reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Bot-Creation-integrate-with-Microsoft-Teams-and-Answer-Questions/m-p/5161162#M65007</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340934"&gt;@nsandupa&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Checking in to see if your issue has been resolved. let us know if you still need any assistance.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 04:25:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Bot-Creation-integrate-with-Microsoft-Teams-and-Answer-Questions/m-p/5161162#M65007</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-04-30T04:25:17Z</dc:date>
    </item>
  </channel>
</rss>

