This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Good morning Gang, i have a question about modifying the look of a filter
i have a filter for Shift time, but i would like to add the count of events to the filter view with the filter category
Would like the shift filter to have the count with the text rather than having to add a seperate text visual with measure and try to match it up
would love to have something like Day (26k) / Evening (3075) / Night (2473)
thanks in advance
Solved! Go to Solution.
One possible strategy would be to create a calculated column in your Details table that calculates the distinct count per shift and then concatenates that with the shift type. Then you would use your calculated column as the slicer.
A basic example would look like...
Hope this gets you going in the right direction.
Proud to be a Super User! | |
One possible strategy would be to create a calculated column in your Details table that calculates the distinct count per shift and then concatenates that with the shift type. Then you would use your calculated column as the slicer.
A basic example would look like...
Hope this gets you going in the right direction.
Proud to be a Super User! | |
hello again and sorry for the bother,,, do you know if i can adjust the calculated column script so that when i use another filter, that it woudl update the counts?
example my top filter is from a field called user, if i select a specific user from the same details datasource, the counts to not update specific to that user..
is there a way to add that logic to the script?
I am not sure that this would be possible as a calculated column works within the context of the table that it is created in. It would not 'know' that a slicer has been applied.
Proud to be a Super User! | |
works amazing, thank you so much
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 25 | |
| 23 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 62 | |
| 47 | |
| 27 | |
| 23 | |
| 19 |