Forum Discussion
Add calculated column to matrix table display
Hello
Attached link to pbix with the matrix with values as rows, but as you will see the percentages appear below the absolute value, and what I need is that it appears next to the absolute value.
https://www.dropbox.com/s/raxjmzalxnftp27/Funnel%20Control%20de%20dades_TEST.pbix?dl=0
I hope you know some way to get it.
Thank you!
Thank you for providing the pbix.
I would recommend that you rethink your approach to this. General advice is to avoid scroll bars on your visuals, especially horizontal scroll bars. Your visual has three (!!) scroll bars - not only is your visual too small for the amount of data you have, but you also used a custom page size. This is guaranteed to create a bad user experience.
Use multiple pages, think about using paginated reports, or even separate reports. Once you do that then your original issue might resolve itself too.