<?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: Can I get the email of the account currently in use in Power BI custom visual? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Can-I-get-the-email-of-the-account-currently-in-use-in-Power-BI/m-p/4871579#M63768</link>
    <description>&lt;P&gt;Thank you for your support&lt;/P&gt;</description>
    <pubDate>Tue, 11 Nov 2025 02:57:09 GMT</pubDate>
    <dc:creator>Hieudao</dc:creator>
    <dc:date>2025-11-11T02:57:09Z</dc:date>
    <item>
      <title>Can I get the email of the account currently in use in Power BI custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-I-get-the-email-of-the-account-currently-in-use-in-Power-BI/m-p/4870860#M63752</link>
      <description>&lt;P&gt;I am developing a custom Power BI visual (TypeScript). I would like to know if there is a way for the visual to get the email of the user creating the report or any information that can identify the user? I have searched the visual's API but have not found any fields that return email information. If not, is there a way (e.g. via Power BI REST API, authentication flow or server embedding) to get the user's email when they interact with the visual? Please advise on possible solutions and the security/privacy risks involved. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 10:58:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-I-get-the-email-of-the-account-currently-in-use-in-Power-BI/m-p/4870860#M63752</guid>
      <dc:creator>Hieudao</dc:creator>
      <dc:date>2025-11-10T10:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get the email of the account currently in use in Power BI custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-I-get-the-email-of-the-account-currently-in-use-in-Power-BI/m-p/4871074#M63763</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1309218"&gt;@Hieudao&lt;/a&gt;&amp;nbsp;I know that there are DAX commands for this, USERPRINCIPALNAME for example but not sure about anything else.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 13:30:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-I-get-the-email-of-the-account-currently-in-use-in-Power-BI/m-p/4871074#M63763</guid>
      <dc:creator>GeraldGEmerick</dc:creator>
      <dc:date>2025-11-10T13:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get the email of the account currently in use in Power BI custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-I-get-the-email-of-the-account-currently-in-use-in-Power-BI/m-p/4871382#M63767</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1338394"&gt;@GeraldGEmerick&lt;/a&gt;'s answer is the simplest approach in terms of instruction. Visuals cannot access this information directly for privacy reasons. An alternative would be to use the &lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/authentication-api" target="_self"&gt;Entra authentication API&lt;/A&gt;&amp;nbsp;to see if you can query the MS Graph API for user info based on current token, but be aware that this is a privileged API, meaning that (a) you will need additional setup to &lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/entra-id-authentication" target="_self"&gt;configure an Entra application&lt;/A&gt; for your visual, (b) an &lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/authentication-api#considerations-and-limitations" target="_self"&gt;admin tenant can turn it off&lt;/A&gt; and prevent your visual from using this functionality and (c) your visual &lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/authentication-api#considerations-and-limitations:~:text=The%20visual%20isn%27t%20publicly%20approved%20or%20isn%27t%20a%20debug%20visual." target="_self"&gt;has to be published in AppSource&lt;/A&gt; to be able to use it - it will work in the developer visual but unless your packaged visual GUID is registerd in AppSource it will not work.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 19:44:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-I-get-the-email-of-the-account-currently-in-use-in-Power-BI/m-p/4871382#M63767</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2025-11-10T19:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get the email of the account currently in use in Power BI custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-I-get-the-email-of-the-account-currently-in-use-in-Power-BI/m-p/4871579#M63768</link>
      <description>&lt;P&gt;Thank you for your support&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 02:57:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-I-get-the-email-of-the-account-currently-in-use-in-Power-BI/m-p/4871579#M63768</guid>
      <dc:creator>Hieudao</dc:creator>
      <dc:date>2025-11-11T02:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get the email of the account currently in use in Power BI custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-I-get-the-email-of-the-account-currently-in-use-in-Power-BI/m-p/4872776#M63784</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1309218"&gt;@Hieudao&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Forum Community, and special thanks to&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1338394"&gt;@GeraldGEmerick&lt;/a&gt;&amp;nbsp; for prompt and helpful responses.&lt;/P&gt;
&lt;P&gt;Just following up to see if the Response provided by community members were helpful in addressing the issue. if the issue still persists Feel free to reach out if you need any further clarification or assistance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Prasanna Kumar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 05:08:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-I-get-the-email-of-the-account-currently-in-use-in-Power-BI/m-p/4872776#M63784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-11-12T05:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get the email of the account currently in use in Power BI custom visual?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-I-get-the-email-of-the-account-currently-in-use-in-Power-BI/m-p/4878463#M63838</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1309218"&gt;@Hieudao&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Just wanted to follow up. If the shared guidance worked for you, that’s wonderful hopefully it also helps others looking for similar answers. If there’s anything else you'd like to explore or clarify, don’t hesitate to reach out.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 10:12:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-I-get-the-email-of-the-account-currently-in-use-in-Power-BI/m-p/4878463#M63838</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2025-11-18T10:12:16Z</dc:date>
    </item>
  </channel>
</rss>

