Forum Discussion
Ksven
5 years agoAdvocate III
Dataverse Connector Limit for Import vs. Direct Query
Hi lovely Community, currently I'm in trouble with my dataverse data model in power bi. I've a "huge" table with lot of columns and about 90K rows. If I query this table as dual or import mode I...
- 5 years ago
Thanks for sharing the model pic, which shows it isn't a query issue but a model/DAX one. The use of bi-directional filters is a discouraged practice, and you should consider using TREATAS() or CROSSFILTER() in your measure. This article discusses both.
Relationships in Power BI and Tabular models - SQLBI
Regards,
Pat
mahoneypat
5 years agoMicrosoft Employee
Thanks for sharing the model pic, which shows it isn't a query issue but a model/DAX one. The use of bi-directional filters is a discouraged practice, and you should consider using TREATAS() or CROSSFILTER() in your measure. This article discusses both.
Relationships in Power BI and Tabular models - SQLBI
Regards,
Pat