Forum Discussion
Anonymous
4 years agoNot applicable
Relationship (Direct Query)
Hi,
I am unable to create relationship with the fact table which is in the server (Direct Query)
It shows as blank. Help Appreciated! 🙂
You need to set the tables storage mode to dual so that power bi treats it as a composite model:
2 Replies
- bcdobbs
Community Champion
You need to set the tables storage mode to dual so that power bi treats it as a composite model:
- v-yanjiang-msft
Community Support
Hi Anonymous ,
I wonder how many rows are in your fact table, there is a one-million-row limitation for direct query mode.
Please have a good look at this document to know more about the limitations for direct query.
- There is a one-million-row limit for returning data when using DirectQuery. The limit does not affect aggregations or calculations used to create the dataset returned using DirectQuery, only the rows returned. For example, you can aggregate 10 million rows with your query that runs on the data source, and accurately return the results of that aggregation to Power BI using DirectQuery as long as the data returned to Power BI is less than 1 million rows. If more than 1 million rows would be returned from DirectQuery, Power BI returns an error.
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.