Forum Discussion
AgusAve
2 years agoNew Member
Matrix row hiding
Hi! I want to hide the 'Other' row without affecting the percentages of the rest of the rows. I would like to have familiar 43%, currently use 6% and use/have used 7%. Only 3 rows. I tried by fi...
Ashish_Mathur
2 years agoSuper User
Hi,
This measure pattern should work
Measure = divide([Value],calculate([Value],all(Data[Category]))]
Value is a measure. If this does not work, then share the download link of the PBI file. Clearly show the problem there.