Forum Discussion
Multiple measures as hierarchy in matrix
- Anonymous8 years ago
satubuku83,
Do you create calculated measures called Earned Premium,Earned Count, Average Earned Premium in your table? Or do you have built-in fields(or calculated columns) called Earned Premium,Earned Count, Average Earned Premium in the table?
If you the mentioned fields are calculated measures, you would need to create a disconnected table as described in this similar blog. If the mentioned fields are built-in, you can create a Matrix visual and drill down it using the highlighted button as shown in the following screenshot.
Regards,
Lydia
satubuku83,
Do you create calculated measures called Earned Premium,Earned Count, Average Earned Premium in your table? Or do you have built-in fields(or calculated columns) called Earned Premium,Earned Count, Average Earned Premium in the table?
If you the mentioned fields are calculated measures, you would need to create a disconnected table as described in this similar blog. If the mentioned fields are built-in, you can create a Matrix visual and drill down it using the highlighted button as shown in the following screenshot.
Regards,
Lydia
- satubuku838 years agoFrequent Visitor
Hi Anonymous
Thanks for reply. Really appreciate.
I am using dax measures for the calculation.
And most importantly, measure needs to show first, then only break down by franchise and non franchise.
Seemed like there is no easier way but to design it in normalized form...
- Anonymous8 years agoNot applicable
satubuku83,
Have your created DAX as shown in the blog below?
https://exceleratorbi.com.au/measures-on-rows-here-is-how-i-did-it/
Regards,
Lydia- satubuku838 years agoFrequent Visitor
Anonymous , Many thanks for the solution.
I took quite a long time to understand it. Interesting way instead of denormalizing.
Appreciate the advice!