Hello
I need to filter 35,000 records in Dataverse by Date (DOB).
Is best to store the date of birth as a number and not a date?
Cheers
Andrew
Solved! Go to Solution.
Hello @Andrew_Aitken ,
You should create Date Time field with Date behaviour set to Date only.
Thanks,
Bipin
Hello @Andrew_Aitken ,
You should create Date Time field with Date behaviour set to Date only.
Thanks,
Bipin
Date only field works.
Filter(Clients_1,'BAP-Date' > DOBSearch.SelectedDate,'BAP-Date' < DateAdd(DOBSearch.SelectedDate,1,Days))
Thank you
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
16 | |
11 | |
8 | |
5 | |
4 |
User | Count |
---|---|
24 | |
15 | |
15 | |
10 | |
10 |