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! Learn more
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?
Solved! Go to Solution.
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.
Proud to be a Super User!
@rubayatyasmin thx for the info. I saw that post before posting here; was hoping there was more up-to-date info 😎
@rubayatyasmin thx for the info. I saw that post before posting here; was hoping there was more up-to-date info 😎
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.
Proud to be a Super User!
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
