Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
hi,
Since upgraded to Gateway version Sep, 2020. I got this error:
I tried to:
SET ANSI_WARNINGS OFF
GO
however, it is not working.
Any suggestions please?
Solved! Go to Solution.
hi,
Seems like some updates from query folding. I pushed back some of the operations when creating VIEW in SQL server, instead of using query folding feature in Power BI, and it works again.
hi,
Seems like some updates from query folding. I pushed back some of the operations when creating VIEW in SQL server, instead of using query folding feature in Power BI, and it works again.
Hi @Iamnvt,
If you download the pbix file and test on the desktop side, did this issue appears again?
According to your error message, It seems like you are work with SQL data source, any advanced t-SQL statement append in the connector? I'd like to suggest you use SQL profiler to trace the requests to confirm if any issue appears in it.
BTW, you can also take a look at the following link about similar issues if it helps to your scenario:
Warning: Null value is eliminated by an aggregate or other SET operation in Aqua Data Studio
Regards,
Xiaoxin Sheng
I dont have any count operations, and it was good with previous Gateway.
Only since I upgraded to version Sep, 2020 (or afterward), it occurred the issue.
Probably you are doing a count over a column that contains null values.
Try replacing you SQL statement with
SELECT COUNT(ISNULL(<fieldname>,0)) if you want to count NULL rows
OR
SELECT SUM(CASE WHEN <fieldname> IS NULL,1,0) if you do not want to count
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 8 | |
| 8 | |
| 7 |
| User | Count |
|---|---|
| 37 | |
| 29 | |
| 26 | |
| 19 | |
| 19 |