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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
How can i make a simple table with one column with values 1 to 100 (dynamic / variable) without using import list from Excel?
Table = DATATABLE("number";INTEGER;
{
{1};{2};{3};{4};{5};{6} etc etc
}
)with kind regards,
Solved! Go to Solution.
@Anonymous
Hi, you can do with:
Modeling-New Table
Table0to100=GenerateSeries(0,100,1)
Regards
Victor
Lima - Peru
@Anonymous
Hi, you can do with:
Modeling-New Table
Table0to100=GenerateSeries(0,100,1)
Regards
Victor
Lima - Peru
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!