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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
vinayakk
Frequent Visitor

How to filter data on As Timeline visual(custom) by time duration

Hi everyone,

I have to show what task (e.g. cutting, marking or idle) a machine (having IP on the y-axis) is doing for the time duration in a day(like during 17:30 to 18:00).

I have a data sample,

 

visual2.PNG

I have used "as Timeline" custom visual to show the required scenario, but I'm not able to filter the visual for a particular time duration in a day(as shown in Timeline screen below where I have applied filter for 17:30 to 18:00 but it is showing data for the whole day rather than for that particular time duration).

Timeline screen:

 

visual.PNG


could anyone help me out here! Thanks.

@GuyInACube @prateekraina 

1 REPLY 1
TeigeGao
Solution Sage
Solution Sage

Hi @vinayakk ,

In your scenario, you can try to use the page level filter, you can also use a measure like below:

measure = if (FromDate > 17:30 && FromDate < 18:00, count(IP), blank())

Best Regards,

Tiege

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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