Forum Discussion
jrop
2 years agoRegular Visitor
Power BI Report Size Increase with Different Queries Despite Having the Same Amount of Data
Hello all, I am in a data project with several reports. In some of them, I use a 'TableA' stored in a SQL Server Data Warehouse. On the other hand, I have another table 'TableB', which is create...
Anonymous
1 year agoNot applicable
Your tableA query is so much heavier because of all of the joins. Each of those joins are adding a bunch of new data to your query. Can't you do this without referring at all to tables?
--Nate