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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
DW868990
Helper IV
Helper IV

DAX to add a slight increase to a duplicated value

Hi, 

I have a DAX question I am looking for some advice on - 

I have a simple DAX measure for Total Sales - SUM(Sales[SalesAmount]), in a table with Products like below:

DW868990_0-1693292818677.png

 

But what I require is a DAX measure that will recognise a duplicate value and add .1 to the duplicated value, so essentially the desirted outcome looks like the below:

DW868990_1-1693293002390.png

Any advice appreciated, thanks in advance. 

1 ACCEPTED SOLUTION
ThxAlot
Super User
Super User

tie-breaker.pbix

 

One can never imagine how funny requests on the forum can be.

ThxAlot_0-1693295692878.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LearnAndPractise(Everyday)


)



View solution in original post

2 REPLIES 2
ThxAlot
Super User
Super User

tie-breaker.pbix

 

One can never imagine how funny requests on the forum can be.

ThxAlot_0-1693295692878.png



Expertise = List.Accumulate(


        {Days as from Today},


        {Skills and Knowledge},


        (Current, Everyday) => Current & Day.LearnAndPractise(Everyday)


)



Its to handle categorise with the same value on a slope chart 🙂
Thank you, worked perfectly. 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors