Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hey All,
Is there a way to cancel/abort query execution within the query ?
for example inside the query I want to write something like this :
if param1>param 2 then abort (abort the query and stop all data refresh)
thanks
Solved! Go to Solution.
Hi @BIXL,
If I understand you correctly, the follow query(M) should work in your scenario. ![]()
AbortCheck = if param1>param 2 then error "Abort" else PreviousStep
Regards
Hi @BIXL,
If I understand you correctly, the follow query(M) should work in your scenario. ![]()
AbortCheck = if param1>param 2 then error "Abort" else PreviousStep
Regards
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 42 |