Forum Discussion

Samba777ravuri's avatar
Samba777ravuri
Frequent Visitor
5 years ago
Solved

Dynamically calls M query parameters from Powerbi kusto Explorer

Hi Folks,

 

I have some kusto function like below

FactPSDynamic(dynamic("D159E05261")). this function calling from kusto.
 
I want to call this function in powerbi desktop and want to pass parameter dynamically in M query. We tried like below
Deviceid: Created parameter that in Mquery level.

 

Problem statement: My pblm is, we dont know how to pass the dynamic variable in kusto function instead of static value

like that 

FactPSDynamic(dynamic([""D1639E052661""])).

need to pass deviceid dynamically in m query which is higlighted in yellow color above.

Any one please help me on this?

 

3 Replies