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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
DanCasSan
Helper V
Helper V

Distinctive calculation

Hi community,
I am doing an operation to obtain the summation of one of my fields, it must meet certain filters, but in the end it must bring me the totalized in a unique way. For example, I have my data as image 1 and I need to have the total as image 2.
Thanks for your help!

 

(image1)

TBL1.JPG

 

(image2)

TBL2.JPG

 

2 REPLIES 2
amitchandak
Super User
Super User

You can create a new table like

summarize(filter(table, table[ILE00]="MIN"),table[BWART],table[AUFNR],table[ISM00],table[ILE00])

 

Appreciate your Kudos.

Hi @amitchandak , thanks for your help, but the result throws me a table and I need to do the sum of a column of that summary table.

Helpful resources

Announcements
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.