<?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: Single Measure Alert in Activator</title>
    <link>https://community.fabric.microsoft.com/t5/Activator/Single-Measure-Alert/m-p/3791545#M282</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;, just to add to the replies you've already had: if you create an alert on a table, then the alert will apply to each row in the table. For example, suppose you have the table below, showing sales per region. Suppose you set an alert on this table: "alert if sales become greater than $4m". Then you will get an alert if sales for any region become greater than $4m. I've shown below a simple sequence that would generate an an alert for the "West" region.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Yesterday: sales for all regions are less than $4m -- no alert generated&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="50%"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;South&lt;/TD&gt;
&lt;TD width="50%"&gt;$1m&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;North&lt;/TD&gt;
&lt;TD width="50%"&gt;$2m&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;East&lt;/TD&gt;
&lt;TD width="50%"&gt;$3m&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;West&lt;/TD&gt;
&lt;TD width="50%"&gt;$3.8m&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Today: sales for "West" region become greater than $4m --&amp;nbsp; Data Activator alerts you for the "West" region&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;South&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;$1m&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;North&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;$2m&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;East&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;$3m&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;West&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;$4.1m&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
    <pubDate>Tue, 26 Mar 2024 13:00:09 GMT</pubDate>
    <dc:creator>jameshutton</dc:creator>
    <dc:date>2024-03-26T13:00:09Z</dc:date>
    <item>
      <title>Single Measure Alert</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Single-Measure-Alert/m-p/3786825#M275</link>
      <description>&lt;P&gt;I think its misconfigured this alert, could someone help me solve this please?&lt;BR /&gt;&lt;BR /&gt;In my PBI report I've create&amp;nbsp; a measure which is just a percentage, then I show that measure in a Card (its the only thing i need to show a single number), after that i've set an alert in Reflex, but instead of getting the data as a property it seems like its asigned as a column Key&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;So I dont want that many IDs each time we refresh the dataset (1H), we have 25 wich is wrong&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;In that case i only want one ID 'Average Measure' and that numbers should be the property&lt;BR /&gt;Any suggestions to solve this?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 18:00:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Single-Measure-Alert/m-p/3786825#M275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-22T18:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Single Measure Alert</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Single-Measure-Alert/m-p/3788342#M276</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I did some testing and this is my test data:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I create some measures and put them both into the table visual and the card visual:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If I create the alert from card visual, it only has one ID:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;But if I create the alert from table visual, it has several IDs:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;So please try to create alerts from Card visual directly.&lt;BR /&gt;If there are still questions, please continue to contact me.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Dino Tao&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 01:23:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Single-Measure-Alert/m-p/3788342#M276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-25T01:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Single Measure Alert</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Single-Measure-Alert/m-p/3789758#M277</link>
      <description>&lt;P&gt;Thanks it works, why this happened?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 16:27:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Single-Measure-Alert/m-p/3789758#M277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-25T16:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Single Measure Alert</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Single-Measure-Alert/m-p/3790219#M280</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;My understanding is that because when you put a measure in a card visual, the measure does not apply filtering because the card visual contains only one value and no other dimensions. But when you put the measure in table visual or other visual objects with multiple dimensions (e.g. visual objects with x-axis), the measure automatically applies filtering.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Dino Tao&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 00:42:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Single-Measure-Alert/m-p/3790219#M280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-26T00:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Single Measure Alert</title>
      <link>https://community.fabric.microsoft.com/t5/Activator/Single-Measure-Alert/m-p/3791545#M282</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;, just to add to the replies you've already had: if you create an alert on a table, then the alert will apply to each row in the table. For example, suppose you have the table below, showing sales per region. Suppose you set an alert on this table: "alert if sales become greater than $4m". Then you will get an alert if sales for any region become greater than $4m. I've shown below a simple sequence that would generate an an alert for the "West" region.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Yesterday: sales for all regions are less than $4m -- no alert generated&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="50%"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;South&lt;/TD&gt;
&lt;TD width="50%"&gt;$1m&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;North&lt;/TD&gt;
&lt;TD width="50%"&gt;$2m&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;East&lt;/TD&gt;
&lt;TD width="50%"&gt;$3m&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;West&lt;/TD&gt;
&lt;TD width="50%"&gt;$3.8m&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Today: sales for "West" region become greater than $4m --&amp;nbsp; Data Activator alerts you for the "West" region&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;South&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;$1m&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;North&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;$2m&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;East&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;$3m&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="30px"&gt;West&lt;/TD&gt;
&lt;TD width="50%" height="30px"&gt;$4.1m&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Tue, 26 Mar 2024 13:00:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Activator/Single-Measure-Alert/m-p/3791545#M282</guid>
      <dc:creator>jameshutton</dc:creator>
      <dc:date>2024-03-26T13:00:09Z</dc:date>
    </item>
  </channel>
</rss>

