Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have a Fact Table of 100 Million Rows. And much much shorter Dimension Tables. THe Dimension Tables are IMPORT, and the fact table is DIRECT QUERY.
I understand for memory footprint and perfomance is good to minimimize column count in the Fact table. I currently have 6 colunns but I can also have only 5 if I make one of the a computed value (DAX).
All tables come via a ODBC connector.
What is better (Pros/Cons) of:
A. Using a pre-computed the 6th column in the server, (and perhaps paying the cost of moving more data each time the DQ is done)
B. Creating a computed column in DAX in PowerBI
Solved! Go to Solution.
Why are you doing DQ for the fact table? You should consider moving that to import mode, and use incremental refresh for faster refreshes. Either way, you should avoid DAX calculated columns, and move it upstream (in your data source, or in your query if you move it to import mode).
Pat
Good tips. But I don't want to leave your question unanswered.
we use DQ for two reasons.
1. With 100 M rows, import results in going over the 10GB workspace limit.
2. The odbc connector does not work in the pbi web service. It connects to a Palantir foundry cloud data lake, and import as well as dq are not supported yet in the to Palantir Foundry. We can use the ODBC on desktop.
'We are working with MSFT to setup a gateway, but our beaurocracy means that will take months.
Why are you doing DQ for the fact table? You should consider moving that to import mode, and use incremental refresh for faster refreshes. Either way, you should avoid DAX calculated columns, and move it upstream (in your data source, or in your query if you move it to import mode).
Pat
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
74 | |
73 | |
56 | |
38 | |
31 |
User | Count |
---|---|
83 | |
64 | |
63 | |
49 | |
45 |