Forum Discussion
TexCYN
4 years agoFrequent Visitor
Get parameter used in Data Source setting from a cross-report value
I have a cross report, and would like to use a value in that report (IP address) as a filter for an API call. In the web data source for the API call, I have IP address set as a parameter. How can ...
v-chenwuz-msft
4 years agoCommunity Support
Hi TexCYN ,
Maybe you can try selectedvalue('table'[ip address]) to get the value.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
TexCYN
4 years agoFrequent Visitor
Many thanks! I will give that a try.