cancel
Showing results for 
Search instead for 
Did you mean: 
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...

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors