<?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 Adding Dynamic URL In Power Bi Embedded in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Adding-Dynamic-URL-In-Power-Bi-Embedded/m-p/3301206#M7713</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello Power BI Community,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on a Power BI report, I have embedded the report in my company portal with power bi embedding and I have a requirement to create a textbox with a dynamic URL Where the URL will be generated based on the user type (means his access permission)&amp;nbsp; &amp;nbsp;(. The goal is to make the URL in the textbox clickable and open a webpage.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone please help me with this?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Here is the code where I am trying to do the same&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;report.getPages()
                    .then(function (pages) {
                        var targetPage = pages.find(function (page) {
                            return page.displayName === 'Energy Report';
                        });

                        if (targetPage) {
                            targetPage.getVisuals()
                                .then(function (visuals) {
                                    console.log('Visual Names on Target Page:', visuals);
                                    var textBoxVisual = visuals.find(function (visual) {
                                        return visual.name === "764fad47142a0e015393";
                                    });&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 25 Jun 2023 18:36:02 GMT</pubDate>
    <dc:creator>bikasagupta527</dc:creator>
    <dc:date>2023-06-25T18:36:02Z</dc:date>
    <item>
      <title>Adding Dynamic URL In Power Bi Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Adding-Dynamic-URL-In-Power-Bi-Embedded/m-p/3301206#M7713</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Power BI Community,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on a Power BI report, I have embedded the report in my company portal with power bi embedding and I have a requirement to create a textbox with a dynamic URL Where the URL will be generated based on the user type (means his access permission)&amp;nbsp; &amp;nbsp;(. The goal is to make the URL in the textbox clickable and open a webpage.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone please help me with this?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Here is the code where I am trying to do the same&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;report.getPages()
                    .then(function (pages) {
                        var targetPage = pages.find(function (page) {
                            return page.displayName === 'Energy Report';
                        });

                        if (targetPage) {
                            targetPage.getVisuals()
                                .then(function (visuals) {
                                    console.log('Visual Names on Target Page:', visuals);
                                    var textBoxVisual = visuals.find(function (visual) {
                                        return visual.name === "764fad47142a0e015393";
                                    });&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2023 18:36:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Adding-Dynamic-URL-In-Power-Bi-Embedded/m-p/3301206#M7713</guid>
      <dc:creator>bikasagupta527</dc:creator>
      <dc:date>2023-06-25T18:36:02Z</dc:date>
    </item>
  </channel>
</rss>

