<?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: POWER BI - Slicers and IF functions. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/POWER-BI-Slicers-and-IF-functions/m-p/3915941#M152441</link>
    <description>&lt;P&gt;Thank you for answer. I am not sure, if I understand you correctly. What do you mean by "well know range of values"? In data I have all details for Budget and Actuals. So everything else works fine. But I need last filter that I can use to see overspends. I cannot prepare this in data since it is changing base on other filters (months, expense types and so on). Do I have any options to do such thing?&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 05:24:11 GMT</pubDate>
    <dc:creator>Jiří</dc:creator>
    <dc:date>2024-05-14T05:24:11Z</dc:date>
    <item>
      <title>POWER BI - Slicers and IF functions.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/POWER-BI-Slicers-and-IF-functions/m-p/3914003#M152379</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to ask for an Help. I am trying to implement POWER BI in our company and I am creating new big report. Until now I was able to do everything with the youtube or forum. But now I really don't know how to slove this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created MATRIX and I have 2 sources for it. Budget file and Actual file. Also I use standart slicers for Months and Expense types filter and now I want to create new slicer that is showimg me 2 possibilities:&lt;/P&gt;&lt;P&gt;1. Overspend.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Planned&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For this i thought that this DAX would work:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kategorie = IF (&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Tabulka1_2'&lt;/SPAN&gt;&lt;SPAN&gt;[Budget]&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;'ALR'&lt;/SPAN&gt;&lt;SPAN&gt;[Actual]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt; 0, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Planned", "Overspend" )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I am not able to assign this DAX to Slicer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My expectation is that I should be able to set months (April-&amp;gt;July), expense types (External services) and also if it is Overspend/Planned in those months adn expense types.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here is the Matrix&amp;nbsp;&lt;/SPAN&gt;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you help me with this PLEASE?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 12:49:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/POWER-BI-Slicers-and-IF-functions/m-p/3914003#M152379</guid>
      <dc:creator>Jiří</dc:creator>
      <dc:date>2024-05-13T12:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: POWER BI - Slicers and IF functions.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/POWER-BI-Slicers-and-IF-functions/m-p/3915259#M152429</link>
      <description>&lt;P&gt;Slicers cannot be fed by measures. They can only be fed by columns.&amp;nbsp; &amp;nbsp;If your measure produces a well known range of values you can use an external reference table with these values predefined.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 23:21:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/POWER-BI-Slicers-and-IF-functions/m-p/3915259#M152429</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-05-13T23:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: POWER BI - Slicers and IF functions.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/POWER-BI-Slicers-and-IF-functions/m-p/3915941#M152441</link>
      <description>&lt;P&gt;Thank you for answer. I am not sure, if I understand you correctly. What do you mean by "well know range of values"? In data I have all details for Budget and Actuals. So everything else works fine. But I need last filter that I can use to see overspends. I cannot prepare this in data since it is changing base on other filters (months, expense types and so on). Do I have any options to do such thing?&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 05:24:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/POWER-BI-Slicers-and-IF-functions/m-p/3915941#M152441</guid>
      <dc:creator>Jiří</dc:creator>
      <dc:date>2024-05-14T05:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: POWER BI - Slicers and IF functions.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/POWER-BI-Slicers-and-IF-functions/m-p/3916620#M152467</link>
      <description>&lt;P&gt;I am not aware of any options for that in Power BI.&lt;/P&gt;
&lt;P&gt;If this is important to you please consider voting for an existing idea or raising a new one at &lt;A href="https://ideas.fabric.microsoft.com/?forum=2d80fd4a-16cb-4189-896b-e0dac5e08b41" target="_blank"&gt;https://ideas.fabric.microsoft.com/?forum=2d80fd4a-16cb-4189-896b-e0dac5e08b41&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 09:18:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/POWER-BI-Slicers-and-IF-functions/m-p/3916620#M152467</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-05-14T09:18:38Z</dc:date>
    </item>
  </channel>
</rss>

