Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello everyone,
I would like to make a filter to filter each of the values here.
However I want to have the possibility to choose 2 of the 3 values as well in the same time.
I do not want to create 6-7 Bookmarks to do it, do you have an idea?
Thank you!
Ahmet
Solved! Go to Solution.
Hello guys,
I have solved the problem by adding a new visual filter called : POWER KPI. 2:0
Thanks!
Ahmet
Hello guys,
I have solved the problem by adding a new visual filter called : POWER KPI. 2:0
Thanks!
Ahmet
HI @Anonymous ,
HI @Anonymous ,
@Anonymous ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.
Hello there,
I mean I would like to be able to filter these line charts values
For example: I am using the values below. I would like to be able to choose from the filter, which values should show or not.
For example if i want to see: only VALUE 1 and VALUE 3 , i would like to make it, and DO NOT see the VALUE 2.
Hope it clarifies 🙂
Thanks!
@Anonymous , Take a measure slicer approach with a difference. Allow multi-select.
and create all measures like this
RAM Application new =
var _max = countx(filter(allselected(slicer), slicer[value] ="RAM"),slicer[value])
return
if(not(isblank(_max)),[RAM Application], blank())
Or use calculation groups. Refer examples of measure slicer(modify as suggested) and calculation groups
measure slicer
https://community.powerbi.com/t5/Desktop/Slicer-MTD-QTD-YTD-to-filter-dates-using-the-slicer/td-p/500115
https://radacad.com/change-the-column-or-measure-value-in-a-power-bi-visual-by-selection-of-the-slicer-parameter-table-pattern
calculation groups
https://www.youtube.com/watch?v=vlnx7QUVYME
https://www.sqlbi.com/blog/marco/2020/07/15/creating-calculation-groups-in-power-bi-desktop/
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 35 | |
| 34 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 137 | |
| 102 | |
| 71 | |
| 67 | |
| 65 |