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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I can not find formulas, descriptions ..
Is it really only an import?
Thank you
Solved! Go to Solution.
Hi @OlgaUA,
Both solutions provided above can create a simple new table in your scenario.
1. Click Get Data -> Choose Blank Query, then Enter the formula below.
=#table({"ID","Value"},{{1,"A"},{2,"B"}})
2. Click "Enter Data" under Home tab, then you should be able to input/paste your table there.
Regards
Hi @OlgaUA,
Both solutions provided above can create a simple new table in your scenario.
1. Click Get Data -> Choose Blank Query, then Enter the formula below.
=#table({"ID","Value"},{{1,"A"},{2,"B"}})
2. Click "Enter Data" under Home tab, then you should be able to input/paste your table there.
Regards
Hello, everybody,
Thank you very much, everything turned out
Hi @OlgaUA,
Great to hear the problem got resolved! Could you accept helpful replies as solution to help others who may also have the similar issue easily find the answer and close this thread?
Regards
In Query Edit try
=#table({"ID","Value"},{{1,"A"},{2,"B"}})