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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Filters not showing the current time.

Hello,

I am giving the latest data (Date time wise) in the card visulaization. 

I have to obtain the exact count of data in the drill down that is present in the crad visualization by putting date time filters. But when I am drilling down for the details even though the latest time is there in the data, I am not able to get it in the filters.

 

For Example, the below picture gives us the latest data for current date and current time.

kushagra2626_0-1646058813908.png

Now to get more details we go in the drill down. After drill down, suppose we go in the unregistered details, it is expected to give only 16 results for latest date and time. It is done through putting the filters in the table (out of the whole data) and only latest data should come. But in the filters pane, I am not able to get the latest data, and it is showing the time not the latest but also the for the previous time. 

kushagra2626_1-1646059228169.png

In the above table, if we take only for 3:00 PM we will get the desired count of 16 , but even I put the "latest" in the date time, I should only be getting the data for 3:00 PM and not for 11:00 AM.

I have tried many things but the desrired count is not coming.

I hope the issue is understandable. Need help with this.

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

May I know how do you set the "drill down" and the filter for latest data in Filters pane? If you want to get the latest data on the latest date, you can refer the solution in the following threads to achieve it.

Latest Date Filter

Finding the most recent value

1. Create a column called MaxDate

    MaxDate =                    CALCULATE(MAX(yourtablename[yourDatecolumn]),FILTER(yourtablename[Name]=EARLIER(yourtablename[Name])))

What this does is computes the MaxDate by Name and popluates in all records grouping by Name.

2. Create a column called IsLatest

    IsLatest = If([Date]=[MaxDate],"Latest","Older")

3. Now create a report with relevant columns from yourtablename and use IsLatest column as a Visual Level Filter filtered for "Latest".


Best Regards

lbendlin
Super User
Super User

The Power BI service operates on UTC time.  Which timezone are you in?

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.