Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I believe it is not possible but I am just trying my luck. I have a visual that is displaying results based on the visual level filters. Displaying values that are less than "5"
Is there a way, where I can create a visual where I can input the value I want to use in the filter instead of doing it on the visualization tab?
In other words, I want to give the option for users who are seeing the report to be able to filter based on custom value instead of a pre-defined one.
thanks,
Solved! Go to Solution.
@abukapsoun wrote:
Hi,
I believe it is not possible but I am just trying my luck. I have a visual that is displaying results based on the visual level filters. Displaying values that are less than "5"
Is there a way, where I can create a visual where I can input the value I want to use in the filter instead of doing it on the visualization tab?
In other words, I want to give the option for users who are seeing the report to be able to filter based on custom value instead of a pre-defined one.
thanks,
Instead of applying visual level filter, you can create a what if parameter and control the data presentence with a tricky measure like
isShown = IF ( SUM ( Table1[Column2] ) <= Parameter[Parameter Value] || ISBLANK ( Parameter[Parameter Value] ), SUM ( Table1[Column2] ), BLANK () )
@abukapsoun wrote:
Hi,
I believe it is not possible but I am just trying my luck. I have a visual that is displaying results based on the visual level filters. Displaying values that are less than "5"
Is there a way, where I can create a visual where I can input the value I want to use in the filter instead of doing it on the visualization tab?
In other words, I want to give the option for users who are seeing the report to be able to filter based on custom value instead of a pre-defined one.
thanks,
Instead of applying visual level filter, you can create a what if parameter and control the data presentence with a tricky measure like
isShown = IF ( SUM ( Table1[Column2] ) <= Parameter[Parameter Value] || ISBLANK ( Parameter[Parameter Value] ), SUM ( Table1[Column2] ), BLANK () )
Hey,
I think you can't reach this goal with onboard visual.
But try i.e. "Text Filter" in Custom Visuals
Greetings,
Wolf
Over 4 years after the fact this was posted, it has saved me some headaches. Thank you for this.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
75 | |
74 | |
57 | |
38 | |
33 |
User | Count |
---|---|
71 | |
65 | |
58 | |
50 | |
47 |