Release 12th Aug 2026

Fix version: 2026W33

Release notes

 Fixed:

Instructions for CONST-471 Changes to Excel/Power BI-export:

How to cope with the changes in PowerBI

In the data transformation, pay attention to these steps: Imported CSV 

Action needed from Power BI developer

In the data transformation, pay attention to the step Imported CSV. If your steps says something like this:

Csv.Document(Navigation, [Delimiter = ";", Columns = 37, Encoding = 65001, QuoteStyle = QuoteStyle.None])

Change it to (note! two small changes as compared to the original):

Csv.Document(Navigation, [Delimiter = ";", Encoding = 65001, QuoteStyle = QuoteStyle.Csv])