Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 60 | |
| 43 | |
| 40 | |
| 36 | |
| 21 |
| User | Count |
|---|---|
| 178 | |
| 127 | |
| 115 | |
| 77 | |
| 54 |