Hi,
I want to display the progress for a Month-to-date Line chart, similar to what I did below for the YTD chart:
But instead for the MTD chart, I want to display the 4 weeks of that month on the x-axis. How can I go about doing this?
So far, I have this: BidWeek = WeekNum(Bids[CreatedDate].[Date])
But it's displaying all of the weeks in the year. I just want it for the current month. Also, for a Week-to-date chart, I would like to see the progress on a daily basis with the start of the week on Sunday, how do I create a dax expression to only show for the current week where the days are listed, Monday, 9/19, Tuesday, 9/20, etc.?
Thanks!