Forum Discussion
Need help with Measure for Matrix Table and Top 5
- 3 years ago
Have you tried sorting by the sum measure in descending order?
- 3 years ago
I would go for:
Ref =
[Sum of Total Gross Incurred] * 1000000000000 + COUNT(LossRunToExcel[Reporting Location City]) - 3 years ago
I got the first example to work in main file. Thank you for all the help. I will need more time this weekend to try the more creative and visual 2nd option.
- 3 years ago
Yes, it's definitely an issue in the service. You need to sort by the city field to get the axis to respect the structure:
It actually emulates the problem we used to have in Desktop when you turned off concatenate fields: for the setting to take effect, you needed to sort the axis by the fields:
It might be worth reporting the issue on the issues forum:
Paul, So far looks pretty good. I really appreciate the work.
I need to cross check several accounts.
Is there a way by sorting or tweaking the measure so that Cause Grouping in Matrix will show the highest Sum if Count is tied. When I applied measures to main file sometime ties at count of 1 or 2 are showing Lower Sum values over higher Sum Values?
Paul,
I enjoyed the work from back in 2022 and how you solved the TOP 5 and Top 5 Issue>
I use the following
Ref =
Top 5 by frequency and Sevreity is used as filter is less than 6 to give Top 5 Cause Grouping.