Data Prep in Power BI: Load data and skip first n rows

Updated:

less than 1 minute read

Sometimes we need to skip a few rows when importing a data set. In R we usually use the skip parameter when using readr::read_csv() function. Here is how you can achieve similar result using PowerBI.

Comments