Ron Aaron on 20 Dec 2022 06:38:00
Hello everyone,
it will be nice if we have the same commenting experience in data flow as we have it in Power Query PBI Desktop. At the moment 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.
Could we have the same possibility also in data flow. This kind of annotating of the query is required for proper documentation (at least in our company).
Best regards
- Comments (1)
RE: Dataflow comments outside the let statement like in Power Query
I consider this essential