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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
smandadi
Frequent Visitor

Get and add a column with sum of all the duplicate values(from another column)

Each WO2 has multiple sequential station id's with checkoutdates. I need to only show the WO2's which have station id "1" in them. For this, I created DAX to show 1 if row has station 1 and 0 if it doesn't.
I want to sum the _hasid1 column and display as a column on right so that I can slicer the values that have sum(_hasid1)>0. But I keep getting random values when I sum it up.

smandadi_0-1717007861482.png

Here is the code I used. 

smandadi_1-1717008198048.pngsmandadi_2-1717008240190.png

Appreciate any help.

2 REPLIES 2
Anonymous
Not applicable

Hi @smandadi 

 

The Earlier function is mostly used in the context of calculated columns, not in mersure.
Reference post: Solved: EARLIER functionality in Measure - Microsoft Fabric Community

 

 

 

Best Regards,

Jayleny

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Both are created as columns. I mistyped it as measure, I corrected it now. 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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