Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Win a FREE 3 Day Ticket to FabCon Vienna. Apply now

Reply
CalleWagenaar
Frequent Visitor

Measure with FILTER funtion does not react to slicer

Hello, 

I created the following measure to create a time freqency graph per hour:

Time count oer month =
CALCULATE ( COUNT ( 'Data set'[Vehicle] ),
    FILTER ( ALL ( 'Data set'),
        [Start booking] <= SELECTEDVALUE ( 'Time'[Time] )
            && [End Usage]>= SELECTEDVALUE ( 'Time '[Time] )
    )
)

This is an example of the two data sets I used in the measure:
1. Data set: (This is a simplified version I made for the question)
CalleWagenaar_0-1678272938426.png

 

2.Time: 

CalleWagenaar_1-1678273009388.png

 

This is the graph I got: 

CalleWagenaar_2-1678273095253.png

(Based on slightly different values, but you understand the idea)

 

 I want to create a slicer for the groups. When I click on group A only the times on the vechiles in group A should be visbile in the bar chart. How can I do this? 

Thankyou in advance!
Calle



1 REPLY 1
amitchandak
Super User
Super User

@CalleWagenaar , Hope in this time table is not joined with any of the time.

 

In this same case as HR, there you have a date

Power BI: HR Analytics - Employees as on Date : https://youtu.be/e6Y-l_JtCq4
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.