Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Anybody experienced this behaviour where the advanced date filter filters out too many rows?
SQL: SELECT * FROM table WHERE startdate <= '2022-05-31';
Filter: none
=> 24.207 rows
SQL: SELECT * FROM table;
Filter: startdate is on or before 5/31/2022 12:00:00 AM
=> 24.195 rows
Solved! Go to Solution.
@travelwithme , You use a visual level filter or create a measure
countrows(filter(Table, Table[date] <= date(2022,5,31) ) )
@travelwithme , You use a visual level filter or create a measure
countrows(filter(Table, Table[date] <= date(2022,5,31) ) )
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
67 | |
67 | |
44 | |
42 |
User | Count |
---|---|
47 | |
38 | |
28 | |
27 | |
27 |