Forum Discussion
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
- Greg_DecklerCommunity Champion
I was with you up until the 2nd paragraph. Can you provide sample data and examples of expected behavior? Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
- AnonymousNot applicableHi 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.
- AnonymousNot applicableSo 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.