<?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 need help with DAX (Higher Education dashboard) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-DAX-Higher-Education-dashboard/m-p/1269346#M21351</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm new to Power BI -- using to create an enrollment dashboard for Higher Education. Based on filter selections, the dashboard displays numbers of students retained and graduated.&amp;nbsp; For privacy, I need to be able to return "Too Few" if the count of students falls below 10 for any given combination of selections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the table unfiltered:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this is after some filters were applied:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I started to use conditional formatting to hide numbers, but I'd really like a statement to return "Too Few" if any of the numbers fall below 10.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated!!&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Julie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Aug 2020 17:59:59 GMT</pubDate>
    <dc:creator>jcogley</dc:creator>
    <dc:date>2020-08-03T17:59:59Z</dc:date>
    <item>
      <title>need help with DAX (Higher Education dashboard)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-DAX-Higher-Education-dashboard/m-p/1269346#M21351</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm new to Power BI -- using to create an enrollment dashboard for Higher Education. Based on filter selections, the dashboard displays numbers of students retained and graduated.&amp;nbsp; For privacy, I need to be able to return "Too Few" if the count of students falls below 10 for any given combination of selections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the table unfiltered:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this is after some filters were applied:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I started to use conditional formatting to hide numbers, but I'd really like a statement to return "Too Few" if any of the numbers fall below 10.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated!!&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Julie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 17:59:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-DAX-Higher-Education-dashboard/m-p/1269346#M21351</guid>
      <dc:creator>jcogley</dc:creator>
      <dc:date>2020-08-03T17:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: need help with DAX (Higher Education dashboard)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-DAX-Higher-Education-dashboard/m-p/1269368#M21353</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="158700" data-lia-user-login="jcogley" class="lia-mention lia-mention-user"&gt;jcogley&lt;/a&gt;&amp;nbsp;- Would think that you would have to do that within your measures themselves but that's probably going to cause some problems since you are return text and not a number and it looks like your measures are numeric. Not insurmountable but a pain.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 18:08:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-DAX-Higher-Education-dashboard/m-p/1269368#M21353</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-08-03T18:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: need help with DAX (Higher Education dashboard)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-DAX-Higher-Education-dashboard/m-p/1269424#M21358</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;. Appreciate it - will look to start there.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 18:37:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-DAX-Higher-Education-dashboard/m-p/1269424#M21358</guid>
      <dc:creator>jcogley</dc:creator>
      <dc:date>2020-08-03T18:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: need help with DAX (Higher Education dashboard)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-DAX-Higher-Education-dashboard/m-p/1271061#M21409</link>
      <description>Very easy actually. One measure would be the right measure that returns the real number and another measure would only be one that is for display purposes and based on the former one. The latter one, since it's a display measure, can return anything, even a mixture of types since YOU'RE NOT GOING TO USE IT ANYWHERE ELSE in any other formula. Easy.</description>
      <pubDate>Tue, 04 Aug 2020 09:45:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-help-with-DAX-Higher-Education-dashboard/m-p/1271061#M21409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-04T09:45:43Z</dc:date>
    </item>
  </channel>
</rss>

