Forum Discussion
pmadam
4 years agoHelper II
DAX Help
Hi Team, I have a total measure MaxYTDDays which calculates total days in year. But i am trying to create dynamic measure so that it gives total days of selected months only from Year Month colu...
AlexisOlson
4 years agoSuper User
If you're using a calendar table date dimension properly, then you make the selection on that table and count the rows selected (1 for each day).
I can't tell how things are set up in your particular situation well enough to advise something else.