Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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
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? ![]()
Regards
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 48 | |
| 35 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 134 | |
| 110 | |
| 59 | |
| 39 | |
| 32 |