I have a dataflow that returns the first day of the current month up to the current date and first day of the last month line up to the current date. The dates from the Dataflow are April 1, April 2, April 3, April 4, May 1, May 2, May 3, May 4.
Then I created cards and use the period over period.
Here's the screenshot:

I compare it with last month(April).
I only want to show May 1 up to the current date (in these scenario May 1 to May 4) only. Also, I want to remove the sum data on May 31 I don't know why it is comparing May 31 and May 1 data. I'm stuck with this problem. Any help will be appreciated.