Forum Discussion
Anonymous
8 years agoNot applicable
dax to filter a column value using related table
Hi, I am calculating total YTD using the following: TOTALYTD(sum(Insurance[Incident]),'Date'[Date]) The issue is the YTD is calculated for all dates instead of just the related dates from Insuranc...
v-chuncz-msft
8 years agoCommunity Support
Anonymous,
For time intelligence function, you could implement a custom DAX formula.
https://www.sqlbi.com/articles/time-intelligence-in-power-bi-desktop/