Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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) ) )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
142 | |
71 | |
64 | |
52 | |
50 |
User | Count |
---|---|
208 | |
91 | |
62 | |
59 | |
56 |