Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi!
I'm trying to make the relative date filter to show 'This Day' VS 'Last Day', however, the relative date filter us showing current date for both cases, even when I try to show 'Last Day' it shows today's date. (see attached image)
Any suggestions on this?
Thanks in advance!
@Anonymous , no in relative date you can have a date
you can last day using measure
Day behind Sales = CALCULATE(SUM(Sales[Sales Amount]),dateadd('Date'[Date],-1,Day))
Day behind Sales = CALCULATE(SUM(Sales[Sales Amount]),previousday('Date'[Date]))
or try like
Power BI How to use/compare two Date/Period slicers: https://youtu.be/WSeZr_-MiTg
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
37 | |
31 | |
26 |
User | Count |
---|---|
95 | |
50 | |
43 | |
40 | |
35 |