Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi guys, I am debugging a report that wasnt showing comments from the source.
I narrowed it down to an anomaly in the power query.
I narrowed it down to a step in the transfomation.
the step that changers the text to a null doesnt even work on that column.
please see the screen capture.
#"Filtered Rows5" = Table.SelectRows(dbo_vw_FODSPRD_SourceFilesSLA, each ([Feed System] = "MXLN") and ([Batch Date] = #datetime(2023, 5, 16, 0, 0, 0))),
#"Renamed Columns" = Table.RenameColumns(#"Filtered Rows5",{{"Process Started", "Miles Process Started"}}),
any idea why?
Hi @IanCockcroft ,
Not sure why, but you can try the following to dig.
1.Delete the "Renamed Columns" step, then go to the "Filtered Rows5" step, rename column by right-clicking the "Process Started" column header again.
2.Rename other columns to see if the issue can occur also.
If all can't help, we maybe need the pbix without sensitive data to dig.
Best regards,
Community Support Team_yanjiang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@IanCockcroft If that code is taken directly from Advanced Editor that's really odd.
Hi Gregg, yes, its the 2 lines from the advanced editor.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
76 | |
60 | |
36 | |
33 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |