The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Setting up a client's PBI and one of the tables gives me this error when importing into Desktop. I've used the same view for other clients with the same db structure. Is there a way to bypass the error?
Failed to save modifications to the server. Error returned: 'OLE DB or
ODBC error: [DataSource.Error] Microsoft SQL: Warning: Null value is
eliminated by an aggregate or other SET operation..'.
Hi @finzilla,
It seems that this error is caused by your data source in Database.
To avoid the warning, you may could use “set ansi_warnings off” before the script.
You could have a reference in this blog.
Hope this can help you!
Best Regards,
Cherry
How can I use “set ansi_warnings off” before the script in PBI?
Did you resolve this ?
I added COALESCE ([col],"null") to by pass my issue. or zero if you have integer.
User | Count |
---|---|
65 | |
62 | |
60 | |
53 | |
28 |
User | Count |
---|---|
181 | |
82 | |
67 | |
47 | |
44 |