Forum Discussion
Matrix visual issue !!
- 10 months ago
Hi anjanikumar ,
Can you please share the sample data along with expected output, so that it will be helpful for us to solve the issue.
Thank you.
anjanikumar , You need to create a calculation group there we can control if we want to details for a measure or not
You can check if value isisnscope
code of calculation group item
if(isinscope(Table[Cate]), blank(), [Planned Need(FY)])
The second calculation item will simply have the measure
example : https://www.youtube.com/watch?v=Eh4wJtGjSEE
- anjanikumar10 months agoHelper III
when ever column sub total is enabled again some columns repeating in Total Level (Palnned Need, Need change Ratio , Need Share ratio basis Range status )which are not required , how to remove it in Totals without effecting same columns in Tertial level ?