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! Request now

Reply
Les_Grosman
Regular Visitor

Replace QlickView AGGR function

Please help replace this QV code into DAX.

 

sum(TOTAL <Recipe_COMPONENT>
	AGGR(       
		sum([Q-TY])
		/ 1000 
		*
		(
		(sum([Despatch Volume Cases]) + sum([Promo Cases]))
		/
		(sum([Despatch Volume Tonnes]) + sum([Promo tonnes]))
		)                   
		* 
		(sum([Despatch Volume Tonnes]) + sum([Promo tonnes]))   
		, Recipe_COMPONENT
		, RECIPE
	)
)
4 REPLIES 4
mh2587
Super User
Super User

can you explain the QV code step by step so I can convert it to dax

 


Did I answer your question? If so, please mark my post as a solution!


Proud to be a Super User!




LinkedIn Icon
Muhammad Hasnain



The problem is I can explain AGGR function for myself 🙂 I thought that someone have expirience

as in PBI as in QV .

mh2587
Super User
Super User

What is the logic behind this , and would you please paste your scenario here 
Thank you


Did I answer your question? If so, please mark my post as a solution!


Proud to be a Super User!




LinkedIn Icon
Muhammad Hasnain



This is a part of big formula for one evaluation inside visual. All data in this formula stored in one table.

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

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!

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.

Top Solution Authors