Forum Discussion
Alerts on multiple fields
- 5 years ago
YaelKiselman - 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.
YaelKiselman - You could create a measure something like:
Measure =
VAR __Table = ADDCOLUMNS(DISTINCT('Table'[Part]),"Calc",<some calculation>)
RETURN
MAXX(__Table,[Calc])
So, the some calculation is where you would put your calculation for frequency of replacement.
Hard to be more specific, Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882
Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.
Hi Greg_Deckler and jthomson
First, Thanks for the answer!
Buy I still don't think this answers my problem.
I've created a table with parts and #replaces - This I have.
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!
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.
I have 100+ parts so doing 100+ cards(and alert to mail on each card) is not an option.
any suggestions?
Thanks!
- Greg_Deckler5 years agoCommunity Champion
YaelKiselman - 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.