Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello Team,
below is the visual table on my dashboard and the values come from 2 tables
Account_Listing: FYTD TER
TMT Master NEW: Market value and sales
I would like to create a filter that allows my users to see the Lates Mareket Vale about $1b and a TER of $100,000 or less
How can I do that?
@vjnvinod not sure how your tables are connected and if these are the measure or what? You need to provide more context. Read this post to get your answer quickly.
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Both the tables are connected with many to many relationship
they are not measures, they are coloumns (TER value is coming from Account Listing table and Market value is coming from TMT Master NEW)
I am just trying to create a filter where where users can quickly filter
@vjnvinod interesting, did you tried using page-level filter and add these conditions as a filter and see if you get the correct result before we proceed further.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
I don't want to create a page level filter, as i want to give the user the ability to filter the data with the criteria i mentioned
is there anyway to do that?
if not is there anyway i can highlight those rows, which meets my criteria, tried looking at conditional formatting, that doesn't really helps, you need to sum the TER value and also Market value and highlight the rows
@vjnvinod why not use the simple slicer, did you tried it? I'm a bit lost what you are trying to achieve. Did you try slicer? if yes, why it didn't worked?
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
for that i created a measure, like below and try to add this into slicer visual, but its not allowing me to add the measure into the slicer
Not sure if there is any restriction for measure to be added into the slicer
HI @vjnvinod
Just set visual level filter for 'TMT Master NEW'[Latest Market Value (US$)] is greater than 1000000000 and Account_Listing[TER_FYTD_USD ] is less or equal to 100000.
https://docs.microsoft.com/en-us/power-bi/power-bi-report-add-filter#add-a-filter-to-a-visual
If not your case, please share a simple sample pbix file and your expected output.
Regards,
Lin
Visual level/page level filter is i am aware. but i dont want to do that, as i want to keep the table as it is and allow users to filter from the slicer
is there anyway i can do that as slicer? (Note: data is coming from 2 different table and they are connected via Many to many relationship)
i tried creating and measure and reaslised that measure cannot be added to slicer
hi @vjnvinod
If so, I would suggest you try this way to get it as below:
Use bookmark and set two bookmark botton as a "slicer", and set different visual level filter for two table visual.
see more details by these document:
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
Regards,
Lin
hi @vjnvinod
If so, you could refer to this blog:
Dynamically change the information within a visual via a slicer
Create two group measure which add conditional into measure, then use slicer to switch them.
But for your case, I would suggest you use bookmark, that is more simple.
Regards,
Lin
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.