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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
alexbalazsalex
Helper IV
Helper IV

Measures

Dear all,

 

Coming back with another Question:

 

lets say i have the following measure :

 

ActualQTD = CALCULATE([Actual], DATESQTD(Calendar[Date]))

 

Can i calucle the QTD for More columns within the  same measure? lets say actual is invoiced amount , but want it to calculate also pieces or tons without having to create another measure for each one:

 

Like below :

ActualQTD = CALCULATE([Actual], DATESQTD(Calendar[Date])) & CALCULATE([Pieces], DATESQTD(Calendar[Date])) & CALCULATE([ETC..], DATESQTD(Calendar[Date])) 

 

is it a way around it  as with & dont  think it will work

 

1 REPLY 1
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @alexbalazsalex,

Can i calucle the QTD for More columns within the  same measure? lets say actual is invoiced amount , but want it to calculate also pieces or tons without having to create another measure for each one:

 

Like below :

ActualQTD = CALCULATE([Actual], DATESQTD(Calendar[Date])) & CALCULATE([Pieces], DATESQTD(Calendar[Date])) & CALCULATE([ETC..], DATESQTD(Calendar[Date])) 


So what result will the measure finally return? QTD for [Actual]+[Pieces]+[ETC..]? QTD for [Actual]*[Pieces]*[ETC..]? Or anything else?

 

Could you be more precisely with requirement by posting some sample data and the expected result, so that we can better assist on this issue? Smiley Happy

 

Regards

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.