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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
fellipea_ao
Frequent Visitor

How to filter a page by last date and keep measures working?

Hello!
I have a dashboard that monitors the number of stocks per person per day. In one of the tabs, I illustrate the current day's data and compare it to the last working day. In another case I do the same analysis, but looking at 7 days.

There are two databases, one that informs the number of stocks per person per day and another that illustrates the closing price of the stock and the day. They are linked by date.

 

I created some measures to make comparisons between the current day and the previous day and seven days ago. Furthermore, I need both tabs to always be filtered by the last date found in the database.So, I cratead a calculated column that show last day, but when I use a slicer or use that column as filter page, the measures stop to work.
How can I solve this problem?

E.g: Here I'm using the normal filter, and filtered the last date 21/06/20204. Everything is working.

fellipea_ao_1-1720874607031.png

E.g: Here i used the "last day" in filter, using the calculated column that I have created.

fellipea_ao_2-1720874638031.png

Calculated column:

 

DataDescription = 
VAR _MaxDate = MAX(Amount[Date])
RETURN
IF(_MaxDate = Amount[Date], "Last Date", "Historical Date")

 

Measures that stoped to work (D-1 and D-7):

#Amount D-1
#Variation Amount D-1
%Variation Amount D-1
$Price D-1
%VariationPrice D-1


Here the link for pbix and database. 




1 ACCEPTED SOLUTION
Ashish_Mathur
Super User
Super User

Hi,

Very confusd about what you want.  See my solution in the attached file.

 

 Ashish_Mathur_0-1720916740674.png

 


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

Very confusd about what you want.  See my solution in the attached file.

 

 Ashish_Mathur_0-1720916740674.png

 


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hello, @Ashish_Mathur . Thank you for reply, it's worked for me. I was trying to create a filter to use last date as start, but your solution is more refined.

You are welcome.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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