Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

Using filter value and storing in a column for URL parameterization.

Hi All,

 

I have a filter and a simple bar chart in my view.

My requirement is to capture the current value of whatever the filter value is

(Filter value is single select)

If the filter value changes, the column that hosts this value should also change.

 

Baiscally I then want to use this newly created column in the parameterization of URL in Power BI

wherein a click on the button would send the user to 2nd Dashboard and the filter from first Dashboard already applied on the 2nd Dashboard.

 

Thanks

3 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable
      Hi Greg, Unfortunately I'm in client network and uploading is not allowed. Let me try to explain this to you again in simple. I have a filter called country which is a single select filter. All i want to do is : store the current selection of that filter in a variable or column.
      • Anonymous's avatar
        Anonymous
        Not applicable
        So if the current selection on the filter is USA, then I should be able to see USA in the variable If I change the filter value to South Africa, I should see the variable change.