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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
achrafkasmi
Helper I
Helper I

calculate the SUM of a mesure in Directquery

Hello,

 

i have a table named "V_QTSDAMA" and I have a column named "ItemName"  with a repeating products with its own stock.

 

I need to calculate the sum of " BESOIN PF " for each product. ( to not to have the products repeating themselves)

 

PS : note that the column "BESOIN PF" it's calculated as a Mesure.

 

- i work on a directquery Mode.

 

achrafkasmi_0-1675342776607.png

 

For exemple this is result that I want  , i made it on excel : 

 
 

Capture d’écran 2023-02-02 150534.png

 

Thanks, 

 

ACHRAF KASMI

 

 

 
 

 

3 REPLIES 3
achrafkasmi
Helper I
Helper I

hello all ,

 

can someone help ?

 

thanks,

johnt75
Super User
Super User

You can try

Total of products =
VAR ProductsWithValues =
    ADDCOLUMNS ( VALUES ( 'V_QTSDAMA'[ItemName] ), "@value", [BESOIN PF] )
VAR Result =
    SUMX ( ProductsWithValues, [@value] )
RETURN
    Result

thank you for your answer, 

 

the formulate doesn’t work, she didn’t return the sum, she just returned I think the minimum and not the sum.

but with this formulate i'm able to shave the ItemName.

 

achrafkasmi_0-1675352791200.png

 

thanks,

 

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.