The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a dataset that imports tables from a dataflow, to support dynamic customer segmentation methods. When I add a new column in dataflow, it won't appear in the dataset when it runs scheduled refresh. I have to download the dataset and then modify the power query code a little before the new column appears.
Can I make this process automated without downloading a 3GB dataset and do this trick every time I got the order to apply the new segmentation conditions?
(FYI: Putting the calculation in the dataset itself is an ineffective way in this situation due to the large size of the dataset, and how complicated multiple steps of calculation are before we can get a single segmentation parameter.)
Solved! Go to Solution.
When I add a new column in dataflow
Don't do that. Unpivot your source data.
When I add a new column in dataflow
Don't do that. Unpivot your source data.
Brilliant!!