Forum Discussion
jersey417
4 years agoHelper I
Snowflake's Query_tag functionality in Power Query?
I'm currently trying to implement Snowflake's Query_Tag functionality within a number of reports to start tracking associated costs down to the workspace/report level. I'm able to implement the foll...
rkitch
1 year agoNew Member
I had this same issue and wanted to track the cost of the PBI reports. I couldnt get the actual QUERY_TAG to work however a workaround we are doing is adding the query tag statement at the end of the query as a comment and then parsing out the QUERY_TEXT from ACCOUNT_USAGE to get the usage of the report. Hope that helps