Forum Discussion
DAX help
- Anonymous1 year ago
Hi Dronning ,
It's better if you provide us with sample data and expected result next time as lbendlin said.
I created some dummy data and implement. Please refer to
Measure = IF(MAX('Table'[Date]) in ALLSELECTED(Dates[Date]),SUM('Table'[Value])*[numeric parameter Value],SUM('Table'[Value])*1)Pay attention that there's no relationship between Dates table and the main table.
You can download my attachment for more details.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi Dronning ,
It's better if you provide us with sample data and expected result next time as lbendlin said.
I created some dummy data and implement. Please refer to
Measure = IF(MAX('Table'[Date]) in ALLSELECTED(Dates[Date]),SUM('Table'[Value])*[numeric parameter Value],SUM('Table'[Value])*1)
Pay attention that there's no relationship between Dates table and the main table.
You can download my attachment for more details.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly