Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello everyone,
it seems that we are not able to save comments in data flow in the advanced editor outside the “let statement”, regardless of the type (// or /**/). For example:
/***
Query Name: Query A
Creation Date: 2022-11-23
Author: XXXX
Purpose: ABC
***/
let
Source = Sql.Database(XXXXX), // Source
Navigation = XXXX
in
Navigation
Everything inside the “let statement” seems to be saved properly, but not outside. In Power Query in Power BI Desktop this type of commenting the code/query works without any issues.
Can we expect that this issue will be adjusted on Power BI Desktop, or will it remain this way by design? This kind of annotating of the query is required for proper documentation (at least in our company).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.