Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Reply
KaelDowdy
Frequent Visitor

Get name of currently running query

Is there a way to return the name of the currently running query?  I looked through the #shared keyword and tinkered with some options but didn't make any headway.  

 

This is where I started:

 

let
    Source = #shared,
    #"Converted to Table" = Record.ToTable(Source)
in
    #"Converted to Table"

 

Thoughts?

2 ACCEPTED SOLUTIONS
rubayatyasmin
Super User
Super User

Hi, @KaelDowdy 

 

there is a solved thread on this. check this out. 

 

https://community.fabric.microsoft.com/t5/Desktop/Refer-to-current-Query-Name-in-formula/m-p/446665

 

if that does not solve your problem then you might want to check Query dependency. I am afraid it is a manual process, not an automated one. 

 

 

rubayatyasmin_0-1689517080227.png


Did I answer your question? Mark my post as a solution!super-user-logo

Proud to be a Super User!


View solution in original post

KaelDowdy
Frequent Visitor

@rubayatyasmin thx for the info.  I saw that post before posting here; was hoping there was more up-to-date info 😎

View solution in original post

2 REPLIES 2
KaelDowdy
Frequent Visitor

@rubayatyasmin thx for the info.  I saw that post before posting here; was hoping there was more up-to-date info 😎

rubayatyasmin
Super User
Super User

Hi, @KaelDowdy 

 

there is a solved thread on this. check this out. 

 

https://community.fabric.microsoft.com/t5/Desktop/Refer-to-current-Query-Name-in-formula/m-p/446665

 

if that does not solve your problem then you might want to check Query dependency. I am afraid it is a manual process, not an automated one. 

 

 

rubayatyasmin_0-1689517080227.png


Did I answer your question? Mark my post as a solution!super-user-logo

Proud to be a Super User!


Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors