Forum Discussion
PBI DataFlows Oracle partitions In-Memory mode
There was once someone over at the Power Automate forums who reverse engineered the dataflow storage location. Pretty impressive but also rather pointless. What are you trying to achieve?
- Anonymous3 years agoNot applicable
Hi lbendlin
I am trying to implement more advanced partitions and refresh scenarious through XMLA endpoint
1) how to see/manage partitions? SSMS only provides option to see tables inside dataset, ATM and Tabular Editor app are not considered safe to use for now
2) updating a few partitions instead of full refresh /for big dataset ~8G/ Large DataSet option is turn on. Also solution migraties to DataFlows. Is there a way to manage partitions inside DataFlows UI? I have not find it at current state
- lbendlin3 years agoSuper User
There is very little documentation on that, not much beyond
Using incremental refresh with dataflows - Power Query | Microsoft Learn
and
Understand and optimize dataflows refresh - Power BI | Microsoft Learn
I have yet to find documentation on how to bootstrap dataflow partitions. In my business scenario I have had to abandon dataflows entirely and implement the partition management in datasets instead.