- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Key In filter that changes value on Visual
Dear Team,
I am having a Visual that has line value which I need to have dynamically based on user input. Currently, I made it as a fixed measure like below. so the 10000 is a calculated measure as "Monthly Target = 10000". now what I want is a filter that a user can key in any value and this line changes based on the key in value, is it possible? let's say if I key in 15000 then it should go as 15000.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can have a drop down but you can't allow the user to search for a value, unfortunately. Maybe there are custom visuals taht allow you to do it...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, "any" value is not easy but
- create a table with all the values you want to show (one row per value)
- put a slicer where you select the value
- then your measure that you show on the line will be "Target=SELECTEDVALUE(yourtable[yourcolumn])
The issue is that your table can contain a finite number of values, not "any"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thnaks, how about if we can have in 000, min 10,000 and max 50000 is it possible , i cannot have drop down, a user can select 11,000 but with a list how long it can go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can have a drop down but you can't allow the user to search for a value, unfortunately. Maybe there are custom visuals taht allow you to do it...

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
07-30-2024 12:36 PM | |||
08-01-2024 07:25 AM | |||
08-15-2024 11:51 PM | |||
05-09-2024 04:35 PM | |||
08-06-2024 10:49 PM |
User | Count |
---|---|
141 | |
115 | |
84 | |
63 | |
47 |