Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
I have a dataset (SharePoint list) which self-builds over time via user input and Power Automate flows. I currently bring the SP list into Power BI and perform some steps and cleansing in Power Query before visualising in Power BI.
I am in a position where once a month, I need the table to be padded with a numer of blank rows, for downstream processing.
i.e. Currently, every month I export a copy of the table for use in another piece of software - which expects a table with specific dimentions.
Is it possible to pad a table to a specific number of rows, with the target number of rows coming from another table in the report (i.e. it's already loaded into Power Query)?
Solved! Go to Solution.
Hi,
if you want 1000 rows
= YourSource & Table.FromList(List.Repeat({null},1000-Table.RowCount(YourSource)))
Stéphane
Hi,
if you want 1000 rows
= YourSource & Table.FromList(List.Repeat({null},1000-Table.RowCount(YourSource)))
Stéphane
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.