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.
I have a query that has a long list of item #'s used in the "where" clause in selecting records of MS SQL database. Because it is a dynamic calling to the database, I am prompted by Native the Database Query approval window, which I normally would click "Run" to start the execution. But this time, there was a message, "Query too large to be displayed", and I couldn't run.
Is there a way to skip the prompt? Or any other ways to work around. Thank you if you can help.
Solved! Go to Solution.
You can adjust the query-option so that the approval will not be required. But warning: This is a global setting, so it will applied to other queries as well:
Alternatively you could try to shorten your query, accept the approval and then put back your original query. But this might then not work for other users.
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
You can adjust the query-option so that the approval will not be required. But warning: This is a global setting, so it will applied to other queries as well:
Alternatively you could try to shorten your query, accept the approval and then put back your original query. But this might then not work for other users.
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
Hello Imke,
Thank you very much for your help and after unselected that option, I could run without any problem! Thanks again.