Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
Earlier, I was able to convert "To Table" when many functions were available by using #shared. However, I cannot view or convert that function into a table. Although I have watched so many videos on this but unable to find the solution.
Please suggest.
Solved! Go to Solution.
@aAmirkHan Try copy pasting the below code by clicking on Advanced Editor for Query1
let
Source = #shared,
#"Converted to Table" = Record.ToTable(Source)
in
#"Converted to Table"
If you still end up with an error, try opening a new file or install the latest version or Power BI Desktop.
Did I answer your question ? Mark this post as a solution
Thanks,
Jai
Proud to be a Super User! | |
And what happens if you click on Tools?
Click the little Fx at the left of the formula bar
and type
= Record.ToTable(Source)
@aAmirkHan Try copy pasting the below code by clicking on Advanced Editor for Query1
let
Source = #shared,
#"Converted to Table" = Record.ToTable(Source)
in
#"Converted to Table"
If you still end up with an error, try opening a new file or install the latest version or Power BI Desktop.
Did I answer your question ? Mark this post as a solution
Thanks,
Jai
Proud to be a Super User! | |
Check out the July 2025 Power BI update to learn about new features.