Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi Folks,
I have a list that coming from numbers from different ranges, and then conver that list to a table. I guess I should look for List.Generate in Power Query but I struggle to do so. Any help is appreciated!
Isaac
Solved! Go to Solution.
@laui,
Add a custom column using the code below and check if you can get expected result. If it doesn't help, please post your desired result.
=List.Numbers([From],[To]-[From]+1)
Regards,
Lydia
@laui,
Add a custom column using the code below and check if you can get expected result. If it doesn't help, please post your desired result.
=List.Numbers([From],[To]-[From]+1)
Regards,
Lydia
How Can I do it whit Dax in a calculated column?
@Anonymous this was SUPER helpful! Thanks!
Thanks you it works!