Forum Discussion
Never3rdMonkey
3 years agoNew Member
Data Mart Version Mismatch
I'm new to Power BI and exploring the use of Data Marts for large and constantly growing data volumes. My data source for my Data Mart is MS Azure Blob with JSON files (with excess of 100 columns). ...
- 3 years ago
The four articles in this section are covering the topic nicely
Incremental refresh for datasets and real-time data in Power BI - Power BI | Microsoft Learn
- 3 years ago
Thank you - Much Appreciated. I will go through them.
lbendlin
3 years agoSuper User
We use JSON files in the Azure Blob, which does not support M Folding. We want to implement incremental refresh which is supported in Datamarts, but not in the Azure Blob with JSON files
Incremental refresh does not mandate that the query folds. You can achieve the same with custom queries.
Never3rdMonkey
3 years agoNew Member
Oh wow ! I was not aware and none of my research covered custom queries as an option.
Do you have a link you could refer me to so that I can explore this in more detail?
Thank you for your assistance - much appreciated
- lbendlin3 years agoSuper User
The four articles in this section are covering the topic nicely
Incremental refresh for datasets and real-time data in Power BI - Power BI | Microsoft Learn
- Never3rdMonkey3 years agoNew Member
Thank you - Much Appreciated. I will go through them.