Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to filter the dates after 07/01/2020 of the PurchaseDate dimension using a button, but I can't do it.
Can somebody help me?
In the button Actions and Navigation-Select a value in a field, select your field and for the value
='>'&Date(Date#('07/01/2020','MM/DD/YYYY'),'MM/DD/YYYY')
If you want to include 07/01/2020, Use
='>='&Date(Date#('07/01/2020','MM/DD/YYYY'),'MM/DD/YYYY')
Thank you.
But I can't get it to work!
Hi @lpenya31
You can use try like this