Forum Discussion
Ruben_vdk
3 years agoRegular Visitor
Error when using Date.From in calculated table
I'm trying to follow the instruction here (set default slicer value to current month in PowerBi) However, when I want to use the function below, it gives an error (when hovering over the formula ...
serpiva64
3 years agoSolution Sage
Hi,
The formula you are using is for power query (and in power query it functions).
In dax you ha to use
Column = TODAY()
If this post is useful to help you to solve your issue, consider giving the post a thumbs up and accepting it as a solution!