<?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: RLS string transformation in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-string-transformation/m-p/2927725#M96249</link>
    <description>&lt;P&gt;Thank you very much. All my single quotes are coverted into double quotes&lt;/P&gt;</description>
    <pubDate>Thu, 24 Nov 2022 17:51:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-24T17:51:38Z</dc:date>
    <item>
      <title>RLS string transformation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-string-transformation/m-p/2927594#M96244</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Embeded power BI and in that RLS we are using. In the username() i am getting a string and i need to filter the data. In the RLS i get the list of values in the form of a string. I am getting additonal characters which i don't want in order to filter the data. Could you please help which DAX function will work.&lt;/P&gt;&lt;P&gt;I am getting list of values as a string:&amp;nbsp;"'ABC','TDEF','HIJ'"&lt;/P&gt;&lt;P&gt;and i should have like this&amp;nbsp;"ABC","TDEF","HIJ"&lt;/P&gt;&lt;P&gt;Means i need to exclude the first and last character of the double quotes and&amp;nbsp;replace single quotes with Double quotes. The list of values will increase. it should work dynamically&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 16:29:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-string-transformation/m-p/2927594#M96244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-24T16:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: RLS string transformation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-string-transformation/m-p/2927707#M96247</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;=&lt;BR /&gt;SUBSTITUTE ( SUBSTITUTE ( USERNAME (), """", "" ), "'", """" )&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 17:36:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-string-transformation/m-p/2927707#M96247</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-11-24T17:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: RLS string transformation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-string-transformation/m-p/2927725#M96249</link>
      <description>&lt;P&gt;Thank you very much. All my single quotes are coverted into double quotes&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 17:51:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RLS-string-transformation/m-p/2927725#M96249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-24T17:51:38Z</dc:date>
    </item>
  </channel>
</rss>

