Forum Discussion
luanamoreschi
3 years agoFrequent Visitor
Return data from current quarter
Hello,
How is the best form to return the data only for the current quarter without having to change it every time you change quarters in DAX.
I only need it to filter in a measure.
Thanks,
1 Reply
- lbendlinSuper User
- find the date for TODAY()
- lookup the quarter for that date in your calendar table
- use the result as your filter.
NOTE: The Power BI Service runs on UTC, so TODAY() may return a different date from what you expect.