<?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 Separating multiple URLs into separate links in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Separating-multiple-URLs-into-separate-links/m-p/1060153#M14712</link>
    <description>&lt;P&gt;I am working on a report that injests a CSV file for its data source. One of the column has URLs to related websites. Some of the rows have up to 13 URLs, seperated by a comma. When I put this into a table, if I try to format the value as a URL, the link doesnt work because it trys to pass the URL as the full value of the cell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried spitting the columns in Transform by the comma delimeter, but that just gives me 12 extra columns in my table. How can I parse the data in each value so that it renders like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;URL(s)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Thing 1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;A href="https://site1.com" target="_blank" rel="noopener"&gt;https://site1.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://site2.com" target="_blank" rel="noopener"&gt;https://site2.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Thing 2&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;A href="https://site1.com" target="_blank" rel="noopener"&gt;https://site1.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://site2.com" target="_blank" rel="noopener"&gt;https://site2.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Thu, 30 Apr 2020 22:48:24 GMT</pubDate>
    <dc:creator>msimmonsmcse</dc:creator>
    <dc:date>2020-04-30T22:48:24Z</dc:date>
    <item>
      <title>Separating multiple URLs into separate links</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Separating-multiple-URLs-into-separate-links/m-p/1060153#M14712</link>
      <description>&lt;P&gt;I am working on a report that injests a CSV file for its data source. One of the column has URLs to related websites. Some of the rows have up to 13 URLs, seperated by a comma. When I put this into a table, if I try to format the value as a URL, the link doesnt work because it trys to pass the URL as the full value of the cell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried spitting the columns in Transform by the comma delimeter, but that just gives me 12 extra columns in my table. How can I parse the data in each value so that it renders like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;URL(s)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Thing 1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;A href="https://site1.com" target="_blank" rel="noopener"&gt;https://site1.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://site2.com" target="_blank" rel="noopener"&gt;https://site2.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Thing 2&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;A href="https://site1.com" target="_blank" rel="noopener"&gt;https://site1.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://site2.com" target="_blank" rel="noopener"&gt;https://site2.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 30 Apr 2020 22:48:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Separating-multiple-URLs-into-separate-links/m-p/1060153#M14712</guid>
      <dc:creator>msimmonsmcse</dc:creator>
      <dc:date>2020-04-30T22:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Separating multiple URLs into separate links</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Separating-multiple-URLs-into-separate-links/m-p/1060167#M14714</link>
      <description>&lt;P&gt;Split it by comma as you did then select all of the resulting columns and Unpivot.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 23:00:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Separating-multiple-URLs-into-separate-links/m-p/1060167#M14714</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-30T23:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Separating multiple URLs into separate links</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Separating-multiple-URLs-into-separate-links/m-p/1076213#M15101</link>
      <description>&lt;P&gt;This created 25% more rows. What I was looking for is a way to seperate each value into a single link, but keep them all in the same cell.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 14:06:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Separating-multiple-URLs-into-separate-links/m-p/1076213#M15101</guid>
      <dc:creator>msimmonsmcse</dc:creator>
      <dc:date>2020-05-06T14:06:51Z</dc:date>
    </item>
  </channel>
</rss>

