Hi,
I'm trying to identify a value of one column based on a minimum average value of another column. In the example provided below, I'd like to create measures that narrow down to a scalar of the "Specific Skill/Industry" value associated with the minimum and maximum average "Experience Level" score column. So in this example, I'd like to identify Skill A as the minimum average experience level score with 1.25 and Skill C as the maximum average experience level score with 5.0.
I've already created the minimum/maximum experience level scores themselves using the following measure (minimum score measure provided as example):
@jdriscoll , Try a measure like
calculate(Min( Survey_Table[Experience Level] ), allexcept(Survey_Table,Survey_Table[Specific Skill/Industry]))
or
calculate(Min( Survey_Table[Experience Level] ), filter(allselected(Survey_Table),Survey_Table[Specific Skill/Industry] =max(Survey_Table[Specific Skill/Industry])))
Hi, I tried both those measures and they return numbers. I'm looking for the value in the specific skill/industry column corresponding with minimum or maximum average experience levels.
Hi, @jdriscoll
Can you share some sample data(table format instead of pictures) and your desired result? Your measure looks fine, What's the difference between it and the result you want?
Janey
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
197 | |
68 | |
65 | |
56 | |
53 |
User | Count |
---|---|
251 | |
203 | |
101 | |
70 | |
70 |