Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am fairly new to BI.
I have a table that has the following contents:
- Orginated time (This is when the call hit)
- Orginator (Customer number)
- Customer
- Age
- Any Disability (Flagged as 'Y' or 'N)
I need to create the following conditional formatting
- Any customer that has called more than ten times in a single month = red
- Any customer that has called us more than 5 times in 7 days = yellow/amber
- Any customer that is over 65 and called us more than 5 times in 7 days = red
I haven't created any measures or date tables to reference single month or 7 days along with measures to create the conditional formatting.
Any help will be greatly appreciated.
Thanks,
James
Hi @SurferJames
I'm trying to undestand the 7 days part, is it the last 7 days or is it any 7 day period in a month?
I have created two measures like this:
1.
User | Count |
---|---|
75 | |
74 | |
44 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |