<?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: Custom WEB URL in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-WEB-URL/m-p/1715024#M35429</link>
    <description>&lt;P&gt;thanks Pat, knew it was simple!&lt;/P&gt;</description>
    <pubDate>Thu, 11 Mar 2021 01:17:59 GMT</pubDate>
    <dc:creator>CMC</dc:creator>
    <dc:date>2021-03-11T01:17:59Z</dc:date>
    <item>
      <title>Custom WEB URL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-WEB-URL/m-p/1714969#M35424</link>
      <description>&lt;P&gt;I have a current measure which has been working well and directs me to a customer URL based on case number raised. e.g.&lt;/P&gt;&lt;P&gt;URL = "&lt;A href="https://salesforce.com/" target="_blank"&gt;https://salesforce.com/&lt;/A&gt;" &amp;amp; '!My_Report'[Case Number]&amp;nbsp; -&amp;nbsp;&lt;A href="https://vmware.lightning.force.com/lightning/r/Case" target="_blank"&gt;https://salesforce.com.com/Case/XXXXXXXXX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I noticed the backend URL has changed to&amp;nbsp;&lt;A href="https://vmware.lightning.force.com/lightning/r/Case" target="_blank"&gt;https://salesforce.com.com/r/Case/XXXXXXXXX/view&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I amend &lt;STRONG&gt;/view&lt;/STRONG&gt; onto the end of the URL after the Case Number has been injected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 00:08:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-WEB-URL/m-p/1714969#M35424</guid>
      <dc:creator>CMC</dc:creator>
      <dc:date>2021-03-11T00:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom WEB URL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-WEB-URL/m-p/1714992#M35426</link>
      <description>&lt;P&gt;You can use the concatinate function;&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/dax/concatenate-function-dax" target="_blank"&gt;https://docs.microsoft.com/en-us/dax/concatenate-function-dax&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 00:28:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-WEB-URL/m-p/1714992#M35426</guid>
      <dc:creator>Robbief</dc:creator>
      <dc:date>2021-03-11T00:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom WEB URL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-WEB-URL/m-p/1715017#M35427</link>
      <description>&lt;P&gt;thanks but isnt that just contatinating columns,&amp;nbsp; &lt;STRONG&gt;/view&lt;/STRONG&gt; isn't in a column&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 00:56:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-WEB-URL/m-p/1715017#M35427</guid>
      <dc:creator>CMC</dc:creator>
      <dc:date>2021-03-11T00:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom WEB URL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-WEB-URL/m-p/1715023#M35428</link>
      <description>&lt;P&gt;You can just add&amp;nbsp; &amp;nbsp;&amp;amp; "/view"&amp;nbsp; &amp;nbsp;on the end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;URL = "&lt;/SPAN&gt;&lt;A href="https://salesforce.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://salesforce.com/&lt;/A&gt;&lt;SPAN&gt;" &amp;amp; '!My_Report'[Case Number] &amp;amp; "/view"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 01:16:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-WEB-URL/m-p/1715023#M35428</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2021-03-11T01:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom WEB URL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-WEB-URL/m-p/1715024#M35429</link>
      <description>&lt;P&gt;thanks Pat, knew it was simple!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 01:17:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-WEB-URL/m-p/1715024#M35429</guid>
      <dc:creator>CMC</dc:creator>
      <dc:date>2021-03-11T01:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom WEB URL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-WEB-URL/m-p/1936230#M42115</link>
      <description>&lt;P&gt;Hi pat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please help us to resolve below requirment.&lt;/P&gt;&lt;P&gt;Ex: we want to create URL only for Dev,Prod,QA (we followed above Measure which you have shared it is working fine but we are getting URL for Sandbox as well but we don't want that)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are getting like below but we want to create URL only for Devlopment,Quality,Production because we don't have any URL for Sandbox&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Type&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WorkON ID&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sandbox&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sandbox&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;A href="https://my" target="_blank"&gt;https://myworld.com/Sandbox&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Devopment&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Cloud-19&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;A href="https://my" target="_blank"&gt;https://myworld.com/&lt;/A&gt;&lt;A href="https://my" target="_blank"&gt;Cloud-&lt;/A&gt;19&lt;/P&gt;&lt;P&gt;Production&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cloud-21&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;A href="https://my" target="_blank"&gt;https://myworld.com/&lt;/A&gt;&lt;A href="https://my" target="_blank"&gt;Cloud-&lt;/A&gt;21&lt;/P&gt;&lt;P&gt;Quality&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cloud-2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;A href="https://my" target="_blank"&gt;https://myworld.com/&lt;/A&gt;&lt;A href="https://my" target="_blank"&gt;Cloud-&lt;/A&gt;2&lt;/P&gt;&lt;P&gt;Sandox&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sandbox&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;A href="https://my" target="_blank"&gt;https://myworld.com/Sandbox&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Quality&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cloud-1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;A href="https://my" target="_blank"&gt;https://myworld.com/&lt;/A&gt;&lt;A href="https://my" target="_blank"&gt;Cloud-&lt;/A&gt;1&lt;/P&gt;&lt;P&gt;Devlopment&amp;nbsp; &amp;nbsp; &amp;nbsp;Cloud-420&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="https://my" target="_blank"&gt;https://myworld.com/Cloud-420&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 16:57:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Custom-WEB-URL/m-p/1936230#M42115</guid>
      <dc:creator>saiprathapdp</dc:creator>
      <dc:date>2021-07-03T16:57:33Z</dc:date>
    </item>
  </channel>
</rss>

