Forum Discussion
MissBI_21
4 years agoHelper II
Calculating Quarters
Hi, I was wondering if anyone could help me. I have the dashboard below: What I'm trying to do is when QTD is selected along with a specific month, I want to show the months that are in th...
amitchandak
4 years agoSuper User
MissBI_21 ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.
For QTD usually, we use Time intelligence with date table
example
QTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESQTD(('Date'[Date])))