<?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: Set a checkbox with DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Set-a-checkbox-with-DAX/m-p/2352559#M59779</link>
    <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="231158" data-lia-user-login="torsten_FO" class="lia-mention lia-mention-user"&gt;torsten_FO&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can put the data in the network cloud disk and copy the link&lt;/P&gt;
&lt;P&gt;Please see this post regarding How to Get Your Question Answered Quickly:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Feb 2022 06:43:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-02-22T06:43:12Z</dc:date>
    <item>
      <title>Set a checkbox with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Set-a-checkbox-with-DAX/m-p/2347745#M59424</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible with a DAX statement to set/klick a checkbox?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Torsten&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 12:58:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Set-a-checkbox-with-DAX/m-p/2347745#M59424</guid>
      <dc:creator>torsten_FO</dc:creator>
      <dc:date>2022-02-18T12:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set a checkbox with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Set-a-checkbox-with-DAX/m-p/2349871#M59606</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="231158" data-lia-user-login="torsten_FO" class="lia-mention lia-mention-user"&gt;torsten_FO&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can use the selectedvalue() function, when you click on the value in the slicer checkbox, the selectedvalue() function will get the value you clicked.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/selectedvalue-function" target="_blank"&gt;https://docs.microsoft.com/en-us/dax/selectedvalue-function&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here are the steps you can follow：&lt;/P&gt;
&lt;P&gt;1. Create measure.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
SELECTEDVALUE('Table'[Value])&lt;/LI-CODE&gt;
&lt;P&gt;2. Result:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If it is not the result you want, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 03:05:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Set-a-checkbox-with-DAX/m-p/2349871#M59606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-21T03:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set a checkbox with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Set-a-checkbox-with-DAX/m-p/2351050#M59673</link>
      <description>&lt;P&gt;Hi Liu,&lt;/P&gt;&lt;P&gt;sorry, this is not that what I meen. I'll give you an example:&lt;/P&gt;&lt;P&gt;I have a slicer with month names on my report. The challange is now to select the month what we currently have. I have an example file for that &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;How can I put this in this post?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 11:53:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Set-a-checkbox-with-DAX/m-p/2351050#M59673</guid>
      <dc:creator>torsten_FO</dc:creator>
      <dc:date>2022-02-21T11:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set a checkbox with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Set-a-checkbox-with-DAX/m-p/2352559#M59779</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="231158" data-lia-user-login="torsten_FO" class="lia-mention lia-mention-user"&gt;torsten_FO&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can put the data in the network cloud disk and copy the link&lt;/P&gt;
&lt;P&gt;Please see this post regarding How to Get Your Question Answered Quickly:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 06:43:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Set-a-checkbox-with-DAX/m-p/2352559#M59779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-22T06:43:12Z</dc:date>
    </item>
  </channel>
</rss>

