I have a Power BI report that includes a date segment visual based on a ‘creationDate’ column (in the ‘Order’ table) of date type. In the visual, the segment displays two dates: ‘StartDate’ and ‘EndDate’.
I set startDate to 01/01/24 (currentYear)
I need when i display a page, the enddate always be set to the previous day ( currentDay -1) and
Thank you in advance for your help.
Djam75
Use Dax to assign EndData to DAY-1, but the visuel is not filter on column creationDate in table Order