<?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: How can I create a DAX measure that is a string url that references another column? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-create-a-DAX-measure-that-is-a-string-url-that/m-p/4016835#M158361</link>
    <description>&lt;P&gt;SELECTEDVALUE returns BLANK if it doesn't find exactly one value. Evaluate why you have multiple values selected, and consider using an aggregate like MIN or MAX if applicable.&lt;/P&gt;</description>
    <pubDate>Sun, 30 Jun 2024 00:59:12 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-06-30T00:59:12Z</dc:date>
    <item>
      <title>How can I create a DAX measure that is a string url that references another column?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-create-a-DAX-measure-that-is-a-string-url-that/m-p/4016801#M158358</link>
      <description>&lt;P&gt;I am trying to create a DAX Measure in my Fabric Power BI Model. I want to use this column to build a url from the id column so I can use it to conditionally format the id in a report table as a url. I can't figure out how to reference the id column correctly. I know you can use SUM to reference other column types, but my id column is a string and SUM wont work.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;link = "https://xxxxxx.lightning.force.com/lightning/r/OrderSummary/" &amp;amp; SELECTEDVALUE(salesforce_order_summary[id]) &amp;amp; "/view"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above just results in:&amp;nbsp;&lt;A href="https://xxxxxx.lightning.force.com/lightning/r/OrderSummary//view" target="_blank"&gt;https://xxxxxx.lightning.force.com/lightning/r/OrderSummary//view&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jun 2024 21:59:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-create-a-DAX-measure-that-is-a-string-url-that/m-p/4016801#M158358</guid>
      <dc:creator>chrisl_jffd</dc:creator>
      <dc:date>2024-06-29T21:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a DAX measure that is a string url that references another column?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-create-a-DAX-measure-that-is-a-string-url-that/m-p/4016835#M158361</link>
      <description>&lt;P&gt;SELECTEDVALUE returns BLANK if it doesn't find exactly one value. Evaluate why you have multiple values selected, and consider using an aggregate like MIN or MAX if applicable.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2024 00:59:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-create-a-DAX-measure-that-is-a-string-url-that/m-p/4016835#M158361</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-06-30T00:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a DAX measure that is a string url that references another column?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-create-a-DAX-measure-that-is-a-string-url-that/m-p/4016838#M158363</link>
      <description>&lt;P&gt;Does MIN/MAX work with a string? I did figure out what was wrong, I had a type in the column name.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2024 01:04:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-create-a-DAX-measure-that-is-a-string-url-that/m-p/4016838#M158363</guid>
      <dc:creator>chrisl_jffd</dc:creator>
      <dc:date>2024-06-30T01:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a DAX measure that is a string url that references another column?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-create-a-DAX-measure-that-is-a-string-url-that/m-p/4016841#M158364</link>
      <description>&lt;P&gt;yes, MIN/MAX works with strings&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2024 01:06:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-create-a-DAX-measure-that-is-a-string-url-that/m-p/4016841#M158364</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-06-30T01:06:51Z</dc:date>
    </item>
  </channel>
</rss>

