Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.