Forum Discussion
Missing columns from SQL server view
Hi,
Anyone has a solution for this? I started experiencing the same with May 2017.
If you need a sample code, I have written a simple code to check this against AdventureWorks2014 database, see this: http://dinesql.blogspot.com/2017/06/power-bi-does-not-show-all-columns-in-sql-server-view.html
I might have made a mistake or missing something, appreciate if someone can help me on this.
Regards
Dinesh
DineshPriyankar wrote:
Hi,
Anyone has a solution for this? I started experiencing the same with May 2017.
If you need a sample code, I have written a simple code to check this against AdventureWorks2014 database, see this: http://dinesql.blogspot.com/2017/06/power-bi-does-not-show-all-columns-in-sql-server-view.html
I might have made a mistake or missing something, appreciate if someone can help me on this.
Regards
Dinesh
What if you grant more premission to "Jack", say sysadmin, I'd guess it is lacking of permissiong to get the meta data information.
- DineshPriyankar9 years agoFrequent Visitor
Hi,
Thanks for the reply. I made him as db_owner and no luck. Then tried again after making him as sysadmin, same result. Can it be related to database schema?
Thanks