Forum Discussion
Dynamic columns and refresh errors
Hi all,
I have a report where I have rolling Month/Year on the Columns.
So I went to advanced editor and changed from column text names, to column positions to run the report.
There is no error on the Desktop side when I refresh it. However, on the Web it gives me an error every first day of the month because it is trying to find the column text name, rather than the position.
The error is, could not find "The 'Sales QtyMonth/Year' column does not exist in the rowset. "
Is there a way to fix this?
This is not the same error.
I am using an Excel file that has column names that change because it is a rolling 12 months.
May 2019 would be removed next month, and replaced with June 2019, and errors out.
I went on the advanced query, and made it so it doesn't look at the column names, but rather the positions of the columns.
It works on the Desktop refresh, just not the web version.
4 Replies
- GilbertQSuper UserHI there
If you make changes in Power Query and it works well in the desktop, make sure to upload the desktop PBIX into the Power BI Service.
Does this only happen on the first day of the month?
If so you might need to alter your code to get it working when it is the first day of the month.- PBIUWOHelper III
no, looks like the error is created on the first of the month and it gives me an error everyday until I refresh it on the Desktop, and publish it.
This probably repeats every month.
- v-yingjlCommunity Support
Hi PBIUWO ,
You can refer to below link which has similar issue:
- The 'HasUniqueRoleAssignments' column does not exist in the rowset.
- The column does not exist in the rowset
Best Regards,
Yingjie LiIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
- PBIUWOHelper III
This is not the same error.
I am using an Excel file that has column names that change because it is a rolling 12 months.
May 2019 would be removed next month, and replaced with June 2019, and errors out.
I went on the advanced query, and made it so it doesn't look at the column names, but rather the positions of the columns.
It works on the Desktop refresh, just not the web version.