Forum Discussion
Axiomite
Resolver II
3 years agoFiscal YTD when using MAX
Good day, Current with a table containing various columns but primarly a TxDate,Description, Acutal Amount, Accounts, Budget_Amount. The Actual Amount is on the Description level while the Budget a...
- 3 years ago
Hi,
Revise the measure to:
Total BudgetAMT_Distinct = SUMX(GENERATE(DISTINCT(SampleData[Master_Sub_Account]),DISTINCT(dimDates[Month])),[Total BudgetAMT_Max])Hope this helps.
Axiomite
Resolver II
3 years agoAshish_Mathur, many thanks for your time in assisting, it worksπ!!
Ashish_Mathur
Super User
3 years agoYou are welcome.