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.
This probably isn't too complicated but I'm not sure how to do this. Here are the relevant measures/columns/tables:
Example Table1:
DealNumber | Owner | DaysOpen |
123 | Mark | 35 |
124 | John | 40 |
125 | Mark | 50 |
126 | John | 125 |
Measures (already created):
Example Table2:
DealNumber | Owner | DaysOpen | Status |
123 | Mark | 35 | Good |
124 | John | 40 | Good |
125 | Mark | 50 | Good |
126 | John | 125 | TooLong |
The general logic is probably something like IF(DaysOpen < AbsoluteAVGD2C, "Good", "TooLong"), but I can't figure out how to make sure the AbsoluteAVGD2C measure in this foruma is specific to the owner.
Solved! Go to Solution.
Hi @markyochoa ,
Assuming you have already created the measure to calculate average, please try this :
Kind regards,
Rohit
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 🙂
Hi @markyochoa ,
Has your problem been solved by @rohit_singh 's solution? If so, would you mind accept his reply as solution?
If not, please feel free to let me your needs.
Best Regards,
Community Support Team _ kalyj
Hi @markyochoa ,
Assuming you have already created the measure to calculate average, please try this :
Kind regards,
Rohit
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 🙂
Thanks! Sorry for the very late reply.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
68 | |
40 | |
29 | |
26 |
User | Count |
---|---|
89 | |
49 | |
44 | |
38 | |
37 |