Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 40 | |
| 37 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 37 | |
| 28 | |
| 27 |