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.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
134 | |
24 | |
20 | |
13 | |
11 |
User | Count |
---|---|
149 | |
38 | |
32 | |
18 | |
18 |