If use static web query gateway and report works well
(
http://10.10.10.10/ERP-Orchids/hs/getting/20150101
)
But ufter I added calculated variable to link, PowerBI desktop report work well, but couldnt add gateway to report:
(
v = Text.From( DateTime.LocalNow() )
"http://10.10.10.10/ERP-Orchids/hs/getting/" & v
)
Is there way to use calculated variable in web query with gateway?