<?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 use 2 slicers on the same table to populate yaxis and yaxis2 in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-2-slicers-on-the-same-table-to-populate-yaxis-and/m-p/2190045#M51168</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 slicers with all the field names in my table (unpivotted the data to be able to make a slicer for this). The idea is for one slicer to populate the y-axis and the other one populate y-axis2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1RfzZcKcqjQ_BW0HQlKQ9EzzN-mmpy4-m/view?usp=sharing" target="_blank" rel="noopener"&gt;Here is the file&lt;/A&gt; with dummy data that replicates my issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For context, I have 3 tables for the same data, Hourly, Daily and Weekly. The real data has thousands of columns with many of them being complex formulas built in SQL, so this is required to prevent using Hourly average values for those performance formulas -- however that part is all working fine, and replicated in the Dummy file too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem: Currently, I'm able to select anything on the 1st slicer and fill y-axis but this makes it so once I select anything in the 2nd slicer the graph goes blank (For instance, Input1+Output1 on yaxis and Performance1 on yaxis-2). I believe I'm missing something in my measures to ensure it looks up data despite the 1st slicer selection. I've tried duplicating the Attribute column (Field names) and use the copy on the 2nd slicer, tried playing around with the interaction between the slicers and tried including an ALL('Hourly') filter in my measure to ignore the slicer1 selected data but it didn't do what I wanted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bad workaround: Currently I have this working by creating a copy of my 3 tables, Hourly, Daily and Weekly and using the copy on the 2nd slicer which effectively doubles my file's size. As I need to create dozens of similar files refresh them frequently on a schedule I'm hoping I can get this working without copying all my data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there's anything else I can provide please let me know.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Nov 2021 10:30:08 GMT</pubDate>
    <dc:creator>TomBLG</dc:creator>
    <dc:date>2021-11-15T10:30:08Z</dc:date>
    <item>
      <title>How to use 2 slicers on the same table to populate yaxis and yaxis2</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-2-slicers-on-the-same-table-to-populate-yaxis-and/m-p/2190045#M51168</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 slicers with all the field names in my table (unpivotted the data to be able to make a slicer for this). The idea is for one slicer to populate the y-axis and the other one populate y-axis2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1RfzZcKcqjQ_BW0HQlKQ9EzzN-mmpy4-m/view?usp=sharing" target="_blank" rel="noopener"&gt;Here is the file&lt;/A&gt; with dummy data that replicates my issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For context, I have 3 tables for the same data, Hourly, Daily and Weekly. The real data has thousands of columns with many of them being complex formulas built in SQL, so this is required to prevent using Hourly average values for those performance formulas -- however that part is all working fine, and replicated in the Dummy file too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem: Currently, I'm able to select anything on the 1st slicer and fill y-axis but this makes it so once I select anything in the 2nd slicer the graph goes blank (For instance, Input1+Output1 on yaxis and Performance1 on yaxis-2). I believe I'm missing something in my measures to ensure it looks up data despite the 1st slicer selection. I've tried duplicating the Attribute column (Field names) and use the copy on the 2nd slicer, tried playing around with the interaction between the slicers and tried including an ALL('Hourly') filter in my measure to ignore the slicer1 selected data but it didn't do what I wanted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bad workaround: Currently I have this working by creating a copy of my 3 tables, Hourly, Daily and Weekly and using the copy on the 2nd slicer which effectively doubles my file's size. As I need to create dozens of similar files refresh them frequently on a schedule I'm hoping I can get this working without copying all my data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there's anything else I can provide please let me know.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 10:30:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-2-slicers-on-the-same-table-to-populate-yaxis-and/m-p/2190045#M51168</guid>
      <dc:creator>TomBLG</dc:creator>
      <dc:date>2021-11-15T10:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 2 slicers on the same table to populate yaxis and yaxis2</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-2-slicers-on-the-same-table-to-populate-yaxis-and/m-p/2190192#M51176</link>
      <description>&lt;P&gt;I followed &lt;A href="https://community.powerbi.com/t5/Desktop/Two-slicer-on-same-column/m-p/516318" target="_blank" rel="noopener"&gt;https://community.powerbi.com/t5/Desktop/Two-slicer-on-same-column/m-p/516318&lt;/A&gt; and now I'm very close to what I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made 2 calc tables named as instructed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TagFilter1 = &lt;/SPAN&gt;&lt;SPAN&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;hourly[Attribute]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;with measure &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;TagFilter1 Value = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TagFilter1[Attribute]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TagFilter2 = &lt;/SPAN&gt;&lt;SPAN&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;hourly[Attribute]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;with measure &lt;/SPAN&gt;&lt;SPAN&gt;TagFilter2 Value = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TagFilter2[Attribute]&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;I then adapted the measure I use in the graph from:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUM Tags = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Control Table'[Periodicity]&lt;/SPAN&gt;&lt;SPAN&gt;) = &lt;/SPAN&gt;&lt;SPAN&gt;"Hourly"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'hourly'[Value]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Control Table'[Periodicity]&lt;/SPAN&gt;&lt;SPAN&gt;) = &lt;/SPAN&gt;&lt;SPAN&gt;"Daily"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'daily'[Value]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Control Table'[Periodicity]&lt;/SPAN&gt;&lt;SPAN&gt;) = &lt;/SPAN&gt;&lt;SPAN&gt;"Weekly"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'weekly'[Value]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;to:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUM Tags = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Control Table'[Periodicity]&lt;/SPAN&gt;&lt;SPAN&gt;) = &lt;/SPAN&gt;&lt;SPAN&gt;"Hourly"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;hourly&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;hourly[Attribute]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;TagFilter1&lt;/SPAN&gt;&lt;SPAN&gt;[TagFilter1 Value]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;hourly[Value]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Control Table'[Periodicity]&lt;/SPAN&gt;&lt;SPAN&gt;) = &lt;/SPAN&gt;&lt;SPAN&gt;"Daily"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;daily&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;daily[Attribute]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;TagFilter1&lt;/SPAN&gt;&lt;SPAN&gt;[TagFilter1 Value]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;daily[Value]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Control Table'[Periodicity]&lt;/SPAN&gt;&lt;SPAN&gt;) = &lt;/SPAN&gt;&lt;SPAN&gt;"Weekly"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;weekly&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;weekly[Attribute]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;TagFilter1&lt;/SPAN&gt;&lt;SPAN&gt;[TagFilter1 Value]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;weekly[Value]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I can now select anything from each slicer and it populates the graph perfectly, however the moment I select multiple tags in the slicer it goes blank. Attached the new file:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Single selection:&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Multiple selection:&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1hdKxSKjrOGI5XYLlv4qzBEvkWTnkrBAz/view?usp=sharing" target="_blank" rel="noopener"&gt;New file here.&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 15 Nov 2021 11:43:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-2-slicers-on-the-same-table-to-populate-yaxis-and/m-p/2190192#M51176</guid>
      <dc:creator>TomBLG</dc:creator>
      <dc:date>2021-11-15T11:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 2 slicers on the same table to populate yaxis and yaxis2</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-2-slicers-on-the-same-table-to-populate-yaxis-and/m-p/2190764#M51213</link>
      <description>&lt;P&gt;I have managed to populate the graph with multiple tags. I was using 'Unpivot Table'[Attributes] rather than the measure I used in the slicer for my Column Series field, however there's 2 remaining issues if anyone is able to offer insight on that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once more than one option is selected in the slicer, box visualisations will read (blank). Additionally once more than one Target is selected, the y-axis2 line tied to Targets disappears. I suspect this is due to it trying to sum up the values up for the Target. I believe the y-axis1 values display since they're in a stacked bar format and no summing is done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1M4PTk2DubsVva7tsx_8hM0lzBWb6Arx4/view?usp=sharing" target="_blank" rel="noopener"&gt;Latest dummy pbix file&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for taking the time reading this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 17:08:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-2-slicers-on-the-same-table-to-populate-yaxis-and/m-p/2190764#M51213</guid>
      <dc:creator>TomBLG</dc:creator>
      <dc:date>2021-11-15T17:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 2 slicers on the same table to populate yaxis and yaxis2</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-2-slicers-on-the-same-table-to-populate-yaxis-and/m-p/2192747#M51292</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I finally managed to resolve the issue. I'm now able to select any field from the left slicer into y-axis1 and from the right slicer into y-axis2 as a stacked line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After having created 2 tables (TagList &amp;amp; TargetList) with the data's column names for the slicers I had to create a Many-to-Many relationship with a single filter going from the data to these new tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for taking the time, &lt;A href="https://drive.google.com/file/d/1Xs03MY_1XjvEdX-hI61xCfko_3tEhPmB/view?usp=sharing" target="_blank" rel="noopener"&gt;pbix file&lt;/A&gt; here if you'd like to look into it, marking as solution.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 15:21:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-2-slicers-on-the-same-table-to-populate-yaxis-and/m-p/2192747#M51292</guid>
      <dc:creator>TomBLG</dc:creator>
      <dc:date>2021-11-16T15:21:12Z</dc:date>
    </item>
  </channel>
</rss>

