<?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: Converting 2 Calculated columns into a Slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-2-Calculated-columns-into-a-Slicer/m-p/2577607#M73857</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="385638" data-lia-user-login="TariqArnabi" class="lia-mention lia-mention-user"&gt;TariqArnabi&lt;/a&gt;&amp;nbsp;.&lt;BR /&gt;&lt;BR /&gt;You can use the concept of 'Dynamic Axis' to achieved the desired end result.&lt;BR /&gt;Refer the following links;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=8e8a3o1w51M" target="_blank"&gt;https://www.youtube.com/watch?v=8e8a3o1w51M&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://towardsdatascience.com/dynamic-axis-in-power-bi-daxis-72ecb22c119f" target="_blank"&gt;https://towardsdatascience.com/dynamic-axis-in-power-bi-daxis-72ecb22c119f&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If this post helps, then mark it as 'Accept as Solution' and give it a thumbs up.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sanket&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jun 2022 12:27:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-06-14T12:27:27Z</dc:date>
    <item>
      <title>Converting 2 Calculated columns into a Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-2-Calculated-columns-into-a-Slicer/m-p/2577579#M73853</link>
      <description>&lt;P&gt;I have a report that have 2 pages (Large Companies and Non Large Companies)&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;1 page has a calculated column that filters&amp;nbsp; "Large Companies"&amp;nbsp; ---&amp;nbsp;&lt;/U&gt;&lt;BR /&gt;&lt;STRONG&gt;Calculated column to pull up the "Large Companies" in Rows&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- If(ISBLANK(RELATED('Company Rollup'[Large Company Rollup])) || RELATED('Company Rollup'[Large Company Rollup])="","Other",RELATED('Company Rollup'[Large Company Rollup]))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;the 2nd page has a calculated column that filters "Not-Large Companies"&lt;/U&gt;&lt;BR /&gt;&lt;STRONG&gt;Calculated column to pull up the "Non Large Companies" in Rows&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;nbsp;if(ISBLANK(RELATED('Company Rollup'[Parent Market])) || RELATED('Company Rollup'[Parent Market])="",Company[Company],RELATED('Company Rollup'[Parent Market]))&lt;BR /&gt;&lt;STRONG&gt;Filter on the page that filters out Large Companies&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- Not Large = if(Company[Companu Rollup ]="Other",TRUE(),FALSE())&lt;BR /&gt;&lt;BR /&gt;I'm attempting to place both of the calculated columns into a slice so I will only have 1 page, then utilize a slicer with a&lt;BR /&gt;1. Large Companie&lt;BR /&gt;2. Non Large Companies&lt;BR /&gt;3. All Companies&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 12:07:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-2-Calculated-columns-into-a-Slicer/m-p/2577579#M73853</guid>
      <dc:creator>TariqArnabi</dc:creator>
      <dc:date>2022-06-14T12:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Converting 2 Calculated columns into a Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-2-Calculated-columns-into-a-Slicer/m-p/2577607#M73857</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="385638" data-lia-user-login="TariqArnabi" class="lia-mention lia-mention-user"&gt;TariqArnabi&lt;/a&gt;&amp;nbsp;.&lt;BR /&gt;&lt;BR /&gt;You can use the concept of 'Dynamic Axis' to achieved the desired end result.&lt;BR /&gt;Refer the following links;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=8e8a3o1w51M" target="_blank"&gt;https://www.youtube.com/watch?v=8e8a3o1w51M&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://towardsdatascience.com/dynamic-axis-in-power-bi-daxis-72ecb22c119f" target="_blank"&gt;https://towardsdatascience.com/dynamic-axis-in-power-bi-daxis-72ecb22c119f&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If this post helps, then mark it as 'Accept as Solution' and give it a thumbs up.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sanket&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 12:27:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-2-Calculated-columns-into-a-Slicer/m-p/2577607#M73857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-14T12:27:27Z</dc:date>
    </item>
  </channel>
</rss>

