Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
florin
New Member

powebi detects as duplicate issue with top N - first values.

Hey guys. Can someone help me please with a filter? I'm trying to use a Top N - first 5 values and is not working for me

So basically i wanna see the top 5 NPS And those top 5 basically have the value 10 But powebi detects that as duplicate and takes the other values in cosideration
a1.png

1 ACCEPTED SOLUTION

Ok, there are work arounds for this but the best one is to add a rand()*0.000001 value to your column
Either as a calculated column or just before your topN
https://docs.microsoft.com/en-us/dax/rand-function-dax

or make measure using topN but not just use the column, use column + RAND()*0.00001



View solution in original post

3 REPLIES 3
Rayshin
Memorable Member
Memorable Member

What method did you use first?

it's here

 a2.png

Ok, there are work arounds for this but the best one is to add a rand()*0.000001 value to your column
Either as a calculated column or just before your topN
https://docs.microsoft.com/en-us/dax/rand-function-dax

or make measure using topN but not just use the column, use column + RAND()*0.00001



Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.