Forum Discussion
keeping fixed values
- Anonymous4 years ago
Hi Anonymous,
Regarding this post, did you get the results you wanted? If so, could you please mark the helpful post as Answered? This will also help others in the community if they are having the same problem as you. Thank you.
Best Regards
Anonymous , with help from date table complete year value
This Year = CALCULATE(sum('Table'[No_visit]),filter(ALL('Date'),'Date'[Year]=max('Date'[Year])))
This year Sales = CALCULATE(sum('Table'[No_visit]),DATESYTD(ENDOFYEAR('Date'[Date]),"12/31"))
Force only 2020
This Year = CALCULATE(sum('Table'[No_visit]),filter(ALL('Date'),'Date'[Year]=2020 ))
- Anonymous4 years agoNot applicable
im getting the value as infinity
- amitchandak4 years ago
Super User
Anonymous , what formula you have used and what you got in denominator
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.