<?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 to create this particular type of slicer on pbi? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-this-particular-type-of-slicer-on-pbi/m-p/3092470#M108382</link>
    <description>&lt;P&gt;I have a table with specialitem and item1 and item2, item3 and their prices, and I’m&lt;BR /&gt;I’m trying to do a slicer that when I select specialitem it will filter my graph by specialitem, if I don’t select the specialitem it have to show me on the graph all the other items except for specialitem, I’m asking if there is another way besides using a calculated column.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Feb 2023 18:01:54 GMT</pubDate>
    <dc:creator>Youness99</dc:creator>
    <dc:date>2023-02-22T18:01:54Z</dc:date>
    <item>
      <title>How to create this particular type of slicer on pbi?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-this-particular-type-of-slicer-on-pbi/m-p/3092470#M108382</link>
      <description>&lt;P&gt;I have a table with specialitem and item1 and item2, item3 and their prices, and I’m&lt;BR /&gt;I’m trying to do a slicer that when I select specialitem it will filter my graph by specialitem, if I don’t select the specialitem it have to show me on the graph all the other items except for specialitem, I’m asking if there is another way besides using a calculated column.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 18:01:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-this-particular-type-of-slicer-on-pbi/m-p/3092470#M108382</guid>
      <dc:creator>Youness99</dc:creator>
      <dc:date>2023-02-22T18:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create this particular type of slicer on pbi?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-this-particular-type-of-slicer-on-pbi/m-p/3092511#M108385</link>
      <description>&lt;P&gt;In Power BI, on selection of the button events, you can navigate to and from between pages, &lt;STRONG&gt;bookmarks&lt;/STRONG&gt;, and there are some other functionalities as well.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;As per your requirement, you need to understand the concept of &lt;STRONG&gt;Bookmarks.&lt;BR /&gt;&lt;/STRONG&gt;Link to the concept of Bookmarks :&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=alWGSEVSAFI&amp;amp;ab_channel=PavanLalwani" target="_blank"&gt;9.7 Bookmark Action in Power BI | Power BI Tutorial for Beginners | By Pavan Lalwani - YouTube&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Your measure won't work.&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;VAR Complete = CALCULATE([Nm Documents], FILTER(tabledoc, tabledoc[status] = "COMPLETED"))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VAR All1 = CALCULATE([Nm Documents], FILTER(tabledoc, tabledoc[status] &amp;lt;&amp;gt; "COMPLETED"))&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;IF(Switch(True(), SELECTEDVALUE(tabledoc[status]) = "COMPLETED", Complete, ALL1))&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;The red line seems wrong to me.&lt;BR /&gt;You need to create 2 visuals and implement the concepts of Bookmarks in Power BI and play with buttons and bookmarks simultaneously to achieve the same.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;If my answer helps you, please mark it as solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 09:59:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-this-particular-type-of-slicer-on-pbi/m-p/3092511#M108385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-22T09:59:55Z</dc:date>
    </item>
  </channel>
</rss>

