Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
OlgaUA
Frequent Visitor

How to create a simple new table with two columns: ID (count) and value?

I can not find formulas, descriptions ..
Is it really only an import?

Thank you

1 ACCEPTED SOLUTION
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @OlgaUA,

 

Both solutions provided above can create a simple new table in your scenario.Smiley Happy

 

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

View solution in original post

5 REPLIES 5
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @OlgaUA,

 

Both solutions provided above can create a simple new table in your scenario.Smiley Happy

 

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?Smiley Happy

 

Regards

Vvelarde
Community Champion
Community Champion

@OlgaUA

 

Hi, you can create a new table using "Enter DATA" Option.

 

 




Lima - Peru
hugoberry
Responsive Resident
Responsive Resident

In Query Edit try

 

=#table({"ID","Value"},{{1,"A"},{2,"B"}})

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors