The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!