<?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: Alerts on multiple fields in Service</title>
    <link>https://community.fabric.microsoft.com/t5/Service/Alerts-on-multiple-fields/m-p/1328595#M106978</link>
    <description>&lt;P&gt;Hi &lt;SPAN&gt;&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;&amp;nbsp;and&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="35806" data-lia-user-login="jthomson" class="lia-mention lia-mention-user"&gt;jthomson&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;First, Thanks for the answer!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Buy I still don't think this answers my problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've created a table with parts and #replaces - This I have.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to send an alert on the parts that #replaced is above X (let's say X=3) - not 1 numeric number but a few!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;e.g if part X and part Y have above 3 replaces then I need to send an alert to email on part X and Y.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have 100+ parts so doing 100+ cards(and alert to mail on each card) is not an option.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;any suggestions?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2020 10:25:42 GMT</pubDate>
    <dc:creator>YaelKiselman</dc:creator>
    <dc:date>2020-08-27T10:25:42Z</dc:date>
    <item>
      <title>Alerts on multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Alerts-on-multiple-fields/m-p/1322390#M106719</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a table of "Parts replaced" and dates.&lt;/P&gt;&lt;P&gt;&lt;U&gt;I need to send an alert if a part was replaced over X times in one week.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;(that means that I need to follow on each parts and the number of time is was replaced per week. I have hunderds of parts so doing a single card\KPI for each parts is not realitic)&lt;/P&gt;&lt;P&gt;Is there a way I can do that?&lt;/P&gt;&lt;P&gt;(I know that alerts work with one value, but I have multiple value - a lot of parts replaced)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 10:45:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Alerts-on-multiple-fields/m-p/1322390#M106719</guid>
      <dc:creator>YaelKiselman</dc:creator>
      <dc:date>2020-08-25T10:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts on multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Alerts-on-multiple-fields/m-p/1322437#M106721</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="215801" data-lia-user-login="YaelKiselman" class="lia-mention lia-mention-user"&gt;YaelKiselman&lt;/a&gt;&amp;nbsp;- You could create a measure something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
  VAR __Table = ADDCOLUMNS(DISTINCT('Table'[Part]),"Calc",&amp;lt;some calculation&amp;gt;)
RETURN
  MAXX(__Table,[Calc])&lt;/LI-CODE&gt;
&lt;P&gt;So, the some calculation is where you would put your calculation for frequency of replacement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hard to be more specific,&amp;nbsp;Not really enough information to go on, please first check if your issue is a common issue listed here: &lt;A href="https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The most important parts are:&lt;BR /&gt;1. Sample data as text, use the table tool in the editing bar&lt;BR /&gt;2. Expected output from sample data&lt;BR /&gt;3. Explanation in words of how to get from 1. to 2.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 11:01:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Alerts-on-multiple-fields/m-p/1322437#M106721</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-08-25T11:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts on multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Alerts-on-multiple-fields/m-p/1322438#M106722</link>
      <description>&lt;P&gt;Been a while since I've done anything with alerts, but could you not look at it in another way and configure a table that compares the number of replacements with the relevant threshold, filters down to just those that you're interested in (not sure if your X value is static or dependent on part, but is should be workable with a measure either way) and just send that table through automatically instead?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 11:02:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Alerts-on-multiple-fields/m-p/1322438#M106722</guid>
      <dc:creator>jthomson</dc:creator>
      <dc:date>2020-08-25T11:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts on multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Alerts-on-multiple-fields/m-p/1328595#M106978</link>
      <description>&lt;P&gt;Hi &lt;SPAN&gt;&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;&amp;nbsp;and&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="35806" data-lia-user-login="jthomson" class="lia-mention lia-mention-user"&gt;jthomson&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;First, Thanks for the answer!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Buy I still don't think this answers my problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've created a table with parts and #replaces - This I have.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to send an alert on the parts that #replaced is above X (let's say X=3) - not 1 numeric number but a few!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;e.g if part X and part Y have above 3 replaces then I need to send an alert to email on part X and Y.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have 100+ parts so doing 100+ cards(and alert to mail on each card) is not an option.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;any suggestions?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 10:25:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Alerts-on-multiple-fields/m-p/1328595#M106978</guid>
      <dc:creator>YaelKiselman</dc:creator>
      <dc:date>2020-08-27T10:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts on multiple fields</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Alerts-on-multiple-fields/m-p/1328725#M106983</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="215801" data-lia-user-login="YaelKiselman" class="lia-mention lia-mention-user"&gt;YaelKiselman&lt;/a&gt;&amp;nbsp;- I can't think of one, it's either 100 cards or a single card that alerts on any of the parts. I don't see another way.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 11:15:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Alerts-on-multiple-fields/m-p/1328725#M106983</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-08-27T11:15:39Z</dc:date>
    </item>
  </channel>
</rss>

