Forum Discussion
MEverts
6 years agoFrequent Visitor
DAX Measure for Active Subscribers not plotting in Excel
Dear, I'm looking to plot the number of Open and Answered data-entry queries in Excel using a dax patern for active subscribers/tickets. My Source data looks like this, together with a dis...
Mariusz
6 years agoCommunity Champion
Hi MEverts
You can use
VAR _CurrDate =
MAX( 'Calendar'[Date] )
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
MEverts
6 years agoFrequent Visitor
Dear Mariusz,
Thank you so much!! It works:-)
Best regards,
Martijn