This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi guys,
I'm experiencing a strange issue using D365 Virtual entities on Power Platform with Power BI. In the screenshot below you can see the worker entity on the right in Dataverse (109 rows up to 0141 personnel number) and on the left in Power BI data model (82 rows up to personnel number 0106). For some reason not all the rows in Dataverse table are visible in the data model table in Power BI. However, if I check the rows in the PowerQuery editor, I can see the same number of rows as in Dataverse.
I don't understand why the model is not showing all the rows visible in PowerQuery and/or Dataverse.
Has anybody come across this issue before? I'm going crazy trying to resolve this!
Hi @Ejaz,
Not sure what the rest of your data looks like (and what data do you use in the visual).
If PQ sees the data, it should be available in the Designer/DAX.
I guess, one option why you can't see it could be a result of "pivot-table" type of behaviour: when the rows with no numerical data is not showing. E.g. If you pivot this table by id:
| id | value |
| 1 | |
| 2 | |
| 2 | 3 |
Only id = 2 will show up in the resulting pivot table. Maybe you are observing the same behaviour?
OI wonder what number of rows you may get with this measure (just use your table name):
Measure = COUNTROWS(Query1)
Cheers,
John
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.