Forum Discussion
Anonymous
3 years agoNot applicable
Help with DAX measure
For the following formula what could be the alternative in DAX ? As this formula takes a lot of time to render.
CALCULATE(SUM('Warehouse ProjTransPosting'[AmountMst]),
CALCULATE(SUM('Warehouse ProjTransPosting'[AmountMst]),
FILTER( 'Warehouse ProjTransPosting',
('Warehouse ProjTransPosting'[TransactionTypeLabel] in
{"Hour", "Item","Expense", "On-account"}
&& 'Warehouse ProjTransPosting'[PostingTypeLabel] in
{"Project - cost","Project - WIP - sales value", "Project - WIP invoiced - on account"})))
2 Replies
- AnonymousNot applicable
- AnonymousNot applicable