Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi team,
I am having trouble with this:
I have 13 CSV files as my power BI data source, growing on a weekly basis, but now i have 4 additional columns. How do i tell power BI that he should have let's say these 4 columns to the full dataset and populate the previous files with let's say null values.
thanks,
Solved! Go to Solution.
The best option for this is to change the file that you use as your transformation file, that way when you append the files using the custom function the columns will be filled with null.
You just need to edit the step Navigation on the Sample File:
= Source{0}[Content]
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português
The best option for this is to change the file that you use as your transformation file, that way when you append the files using the custom function the columns will be filled with null.
You just need to edit the step Navigation on the Sample File:
= Source{0}[Content]
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThank you Miguel!
that did the job very easily and now I learned a new option 🙂