Forum Discussion
Anonymous
6 years agoNot applicable
Aging Totalization for Matrix Report
Hi, i am creating a Report about open orders and i want to create a matrix totallized by Division ( PLC) and after that by Age of the orders ( days from order to actual date). The Age schema is the ...
- 6 years ago
it's missing else in the last if, you can change it from
you can remove the last row and add "90+" as else variant for the previous one
Anonymous
6 years agoNot applicable
You should have the labels of the classification stored in a dimension and connected the your fact table. Each order can be assigned one member from the dimension and this is how you slice data. The classification should be performed in Power Query.
Here's how to build correct and predictable models:
https://www.youtube.com/watch?v=_quTwyvDfG0
https://www.youtube.com/watch?v=78d6mwR8GtA
Best
D
Here's how to build correct and predictable models:
https://www.youtube.com/watch?v=_quTwyvDfG0
https://www.youtube.com/watch?v=78d6mwR8GtA
Best
D
Anonymous
6 years agoNot applicable
Many thanks for your suggestions