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 ...
lbendlin
4 years agoSuper User
Please explain what you mean by "cross-report".
TexCYN
4 years agoFrequent Visitor
Sorry, I should have said a drillthrough report. Thanks for reviewing my post.
- v-chenwuz-msft4 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.
- TexCYN4 years agoFrequent Visitor
Many thanks! I will give that a try.