HI there,
Here is my data:
Once I sort out the grouping situation (to group by datetime within 2 minutes grouping) (see: https://community.powerbi.com/t5/Power-Query/Grouping-date-times-that-are-within-a-minute-of-the-val... )
For each group, I'd want to average the two highest values from the strength column.
How can I do that? Is it best done in Power Query, or in Dax?
Solved! Go to Solution.
My answer here may be useful:
https://community.powerbi.com/t5/Desktop/Filter-out-top-3-rows-based-on-same-timestamp/m-p/2159050
The key is using Group By along with Table.MaxN.
My answer here may be useful:
https://community.powerbi.com/t5/Desktop/Filter-out-top-3-rows-based-on-same-timestamp/m-p/2159050
The key is using Group By along with Table.MaxN.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
103 | |
27 | |
17 | |
15 | |
10 |
User | Count |
---|---|
104 | |
30 | |
27 | |
18 | |
17 |