Forum Discussion
LiranRom
Helper I
2 years agoWeb.Content Custom Connector Folding
Hello, We have a connector that gets data from our server, and have RangeStart and RangeEnd and pagination support - All works great. But, one of the column in the data has value which is a li...
lbendlin
Super User
2 years agoAdd a fake row to each table that has all the columns you will ever see in the individual sources.
Or, do the right thing and unpivot your data.
LiranRom
Helper I
2 years agoI have specific request - I need to Expant a list into a flatten table columns. the pivot is the only way Power Query allows that. as far as I familiar with.
so I understand that the limitation is - that the first row of each page must be with values on all its columns.
ok