Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all,
i`m a newbie and i`m trying to get my first report done. So i loaded a table from Dataverse with a date filter:
( Table.SelectRows(dbo_myTable, each Date.Year([myTable_datum]) > 2021)
i tried also with a datetime function:
Table.SelectRows(myTable, each [datum] > #datetime(2021, 12, 31, 0, 0, 0).
When i click on save and take over, i can see that PowerBi (or the Power Query) is loading around 46200 rows.
I added a card with a measure:
(# Count rows myTable = COUNT(myTable[Datum]) or i tried also with Countrows(myTable) ),
but this card shows me only 35540 rows.
Solved! Go to Solution.
Hi @DanielNie ,
I had understanded what you mean, about your problem, I think this involves the compression mechanism of the original data by Power BI.
You can refer to the articles.
https://docs.microsoft.com/en-us/power-bi/guidance/import-modeling-data-reduction
Thanks ,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
Proud to be a Super User!
Hi @DanielNie ,
I had understanded what you mean, about your problem, I think this involves the compression mechanism of the original data by Power BI.
You can refer to the articles.
https://docs.microsoft.com/en-us/power-bi/guidance/import-modeling-data-reduction
Thanks ,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
Proud to be a Super User!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 51 | |
| 36 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 77 | |
| 41 | |
| 26 | |
| 26 |