Forum Discussion
1123
6 years agoFrequent Visitor
Incremental refresh doesn't work
Hi, I hope you're all doing good and could help me to handle this issue... I have Power BI Premium account (not sure if that's relevant though) and in Power BI desktop, I created a query defined ...
mwegener
6 years agoMost Valuable Professional
1123
6 years agoFrequent Visitor
Hi mwegener
They all have similar structure:
let
Source = Oracle.Database("***DATABASECREDENTIALS***", [HierarchicalNavigation=true]),
TABLEX = Source{[Schema="TABLEX"]}[Data],
TABLE1 = TABLEX{[Name="TABLE2"]}[Data],
#"Added Custom" = Table.AddColumn(TABLE1, "Col9", each "TABLEX")
in
#"Added Custom"
- mwegener6 years agoMost Valuable Professional
Can you share a screenshot of the refresh history?