Hi All,
I have problem with filtering data in powerapps offline mode using dataverse
this is my table
this is table view inside gallery
I use filter like this
Filter(DataPerformanceCanneryOfflines, new_tanggal = DatePicker1.SelectedDate)
and also i try
Filter(DataPerformanceCanneryOfflines, Tanggal= DatePicker1.SelectedDate)
I tried running the app without using filters
https://drive.google.com/file/d/1WcBjviTQ4TkjSAiU23PaEH15aHHnBZOv/view?usp=sharing
I tried running the app using filters
https://drive.google.com/file/d/1GPtQnPza9p5Mh7cxZQTUDzgDXdwZUHmd/view?usp=sharing
from these 2 experiments, the data without filter is displayed, while the one using the filter is not displayed, but when I run this application in a web browser, the filter can display the data, do any of you know where the problem is and how ti fix it.
Thanks all

Report
All responses (
Answers (