Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have a dimension calendar with the following information:
using dax, how would you add the values of hours in this dimension per month?
same as the example below:
Solved! Go to Solution.
try a measure
Horas Mes =
CALCULATE(SUM([Horas]), ALLEXCEPT('Table', 'Table'[Mes]))
do not hesitate to give a kudo to useful posts and mark solutions as solution
try a measure
Horas Mes =
CALCULATE(SUM([Horas]), ALLEXCEPT('Table', 'Table'[Mes]))
do not hesitate to give a kudo to useful posts and mark solutions as solution