The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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