Forum Discussion

bsqrdwg's avatar
bsqrdwg
Frequent Visitor
5 years ago

TopN filter changing values

 Hi,

I am a DAX novice, so apologise in advance.

I am trying to show the top 2 values by brand of calculated percentages. When I use the visual TopN filter in Power BI it changes the values of the percentages:

 

Measure A: 

 

BrandL3M SOB
A52%
B21%
C19%
D11%
E10%

 Becomes: 

BrandL3M SOB
A62%
B25%

 

Measure B:

 

BrandL3M
A58%
B39%
C31%
D22%
E

20%

Becomes:

 

BrandL3M
AInfinity
BInfinity

 

I want to show the original percentages.

 

The original measures used in the calculation are calculated using SUMX and SUMMARIZE so not sure how to get a ranking another way.

Any help would be appreciated.

 

Thanks

 

 

1 Reply