Data Science Wire

One button, fifty rows: bulk write-back from Power BI to Fabric SQL using a UDF | Part-1

Fabric Community Blogs6d5 min read

Most writeback examples you'll find handle one record at a time. This one takes whatever the user has selected in the slicer — one hotel or fifty — passes the whole selection to a User Data Function as a single call, and writes it all in one transaction. Every reporting team eventually gets the same request. Someone looks at a table in a Power BI report, spots a value that is wrong, and asks why they have to email the data team to fix it. In our case it was hotel code setup: mapping each hotel's code types to a Major Group and a Minor Group. The mappings changed often enough to be annoying and

Read the full story at Fabric Community Blogs

More in Analytics Engineering