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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Sum of unique values after unpivot

Hello, 

 

I have unpivoted some columns and I got the simplified table below with duplicated issuekey which is normal due to the unpivot (in the real table I have many issuekeys not only DFS-1923).

In my report I need to create a measure that calculates the total number of storypoints and since I have duplicated issuekey I have too many storypoints in my result. How can I sum the storypoints without including the duplicated issuekey? The result in this small table should be 2, not 8.

issuekeyissuetypenamestorypointsFixVersionNameSprintId
DFS-1923Story2 17
DFS-1923Story2 17
DFS-1923Story2 17
DFS-1923Story2DFS-PI317
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Try measure like

sumx(summarize(Table, Table[issuekey], Table[storypoints]),[storypoints])

 

Add  other columns as per need

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , Try measure like

sumx(summarize(Table, Table[issuekey], Table[storypoints]),[storypoints])

 

Add  other columns as per need

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi,

 

It worked, thank you very much for your help!!!

 

Best regards

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

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.