<?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 How can i assign a value from selectedvalue(column) function into custom column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-assign-a-value-from-selectedvalue-column-function-into/m-p/3089986#M108209</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a measure to get the value of month from the selcted filter by using SELECTEDVALUE(table column) function, however i need same value to be assigned to a custom column for each row in a table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest me how to get the value into custom column by using SELECTEDVALUE function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suman.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2023 09:55:38 GMT</pubDate>
    <dc:creator>sb48846</dc:creator>
    <dc:date>2023-02-21T09:55:38Z</dc:date>
    <item>
      <title>How can i assign a value from selectedvalue(column) function into custom column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-assign-a-value-from-selectedvalue-column-function-into/m-p/3089986#M108209</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a measure to get the value of month from the selcted filter by using SELECTEDVALUE(table column) function, however i need same value to be assigned to a custom column for each row in a table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest me how to get the value into custom column by using SELECTEDVALUE function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suman.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 09:55:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-assign-a-value-from-selectedvalue-column-function-into/m-p/3089986#M108209</guid>
      <dc:creator>sb48846</dc:creator>
      <dc:date>2023-02-21T09:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can i assign a value from selectedvalue(column) function into custom column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-assign-a-value-from-selectedvalue-column-function-into/m-p/3090026#M108210</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="515924" data-lia-user-login="sb48846" class="lia-mention lia-mention-user"&gt;sb48846&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what do you mean by&amp;nbsp;&lt;SPAN&gt;custom column?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 10:12:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-assign-a-value-from-selectedvalue-column-function-into/m-p/3090026#M108210</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-21T10:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can i assign a value from selectedvalue(column) function into custom column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-assign-a-value-from-selectedvalue-column-function-into/m-p/3090043#M108211</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean i have crated&lt;/P&gt;&lt;P&gt;first mesure with following code in one table&amp;nbsp; as below and it displays slected value from filter for each row.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SelectedMonth_M = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table Calender'&lt;/SPAN&gt;&lt;SPAN&gt;[Month]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Created a new column in same table as below but it does not display any value for each row.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SelectedMonth = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table Calender'&lt;/SPAN&gt;&lt;SPAN&gt;[Month]&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Please see below screenshot.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suman.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Feb 2023 10:21:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-assign-a-value-from-selectedvalue-column-function-into/m-p/3090043#M108211</guid>
      <dc:creator>sb48846</dc:creator>
      <dc:date>2023-02-21T10:21:46Z</dc:date>
    </item>
  </channel>
</rss>

