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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
achrafkasmi
Helper I
Helper I

combining to value in one line

hello, 

 

please i have really a complicated formul on my table 

 

i want to combinate only "ACIMA" and "MARJANE HOLDING" at the row of [ensigne] to calculate the total of the venteprom because they have the same [item code].

 

achrafkasmi_2-1669372918268.png

 

this is my formula to calculate the venteprom : 

 

 

venteprom = SUMX(FILTER(ALL('V_Qtslivréegms'),
'V_QtsLivréegms'[DocDate]>=MAX('PROMI'[Datedebut])&&
'V_QtsLivréegms'[DocDate]<=MAX('PROMI'[dateFin])&&
'V_Qtslivréegms'[Item Code]=MAX('PROMI'[Item Code])&&'V_QtsLivréegms'[CardName]=MAX(PROMI[Enseigne])),'V_QtsLivréegms'[Quantity])

 

any help please ?

 

thanks,

2 REPLIES 2
v-yangliu-msft
Community Support
Community Support

Hi  @achrafkasmi ,

 

Do you mean that the result of the formula [venteporm] is incorrect or that the calculation is grouped according to the value of [venteporm].

Create measure.

Measure =
SUMX(FILTER(ALL('Table'),'Table'[Item Code]=MAX('Table'[Item Code])),[venteporm])

 

Best Regards,

Liu Yang

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

amitchandak
Super User
Super User

@achrafkasmi ,based on what I got so far

remove that column from visual or from the calculation

 

venteprom = SUMX(FILTER(ALL('V_Qtslivréegms'),
'V_QtsLivréegms'[DocDate]>=MAX('PROMI'[Datedebut])&&
'V_QtsLivréegms'[DocDate]<=MAX('PROMI'[dateFin])&&
'V_Qtslivréegms'[Item Code]=MAX('PROMI'[Item Code])),'V_QtsLivréegms'[Quantity])

 

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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