Forum Discussion
Evanooruvan
3 years agoHelper II
URL Filtering by dates not filtering !!! HELP PLEASE
This is my measure to filter dates to page ( but it is not filtering the dates the page )
url = MIN(Table1[URL])&"?filter=Raw_Data/POSTING_DT ge "&MIN(Table1[POSTING_DT])&" and Raw_Data/POSTING_DT le "&MAX(Table1[POSTING_DT])
this is how my date looks like
change the date format to "2022-10-26" or escape the forward slashes.
1 Reply
- lbendlinSuper User
change the date format to "2022-10-26" or escape the forward slashes.