Forum Discussion
Anonymous
9 years agoNot applicable
Power BI vs Data Warehouse
Hi All, I was reading this great community thread on the pros/cons of a data warehouse vs Power BI. http://community.powerbi.com/t5/Desktop/Power-Bi-vs-Data-Warehouse/m-p/78650#M32787 I...
chienim
9 years agoFrequent Visitor
Hi,
In my understanding when you do Direct Query, you literally send a query to your db (tabular in this case) when user access to the contents on Power BI, thus it is not possible you add any calculation further after db returns the data;
If you do Import for your datasets, you store the data you need in the in-memory DB in Power BI cloud which allows you to do the calculations you need for those data, as they are "in" your data model.
So to satisfy your need, simply build another workbook which uses import of your datasets.
Best Regards,
Phil_Seamark
Microsoft Employee
9 years agoAlthough I suspect the ability to create Power BI custom measures on a direct query data source like SSAS tabular might not be too far away ;)