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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Combine Rows on Unique ID And Other Criteria

Suppose I have a (much larger) table that resembles this: 

Capture1.PNG

I am looking to combine the rows with the unique service ID = 1 so the table looks like this:

Capture2.PNG

Finally, I am wondering if it is possible for me to, once more, combine certain rows by summing the count column if the count is particularly small (in this case, say a single-digit number). The outcome I am looking for would resemble this:

Capture3.PNG

Any help is appreciated! I apologize if this is actually an extremely simple task...

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Anonymous 

Value = SUMX(VALUES(Table1[Service ID]),CALCULATE(SUM(Table1[count])))

Will resolve part of your problem. 🙂

View solution in original post

1 REPLY 1
Anonymous
Not applicable

@Anonymous 

Value = SUMX(VALUES(Table1[Service ID]),CALCULATE(SUM(Table1[count])))

Will resolve part of your problem. 🙂

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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