Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi guys!
Im using PREVIOUSDAY to return sales profit on my dashboard, but the date returning isn't the actual date.
For example, yesterday the date returned was 07-31-2022, but the real date was 08-10-2022.
Anybody know what im possibly doing wrong?
Solved! Go to Solution.
@Campolas , It takes the first day from the context on the calendar if not date is selected. so if page has date range of this month, then it gives the last date, last month
You can try
Last Day = CALCULATE(sum('Table'[Qty]), FILTER(ALL('Date'),'Date'[Date]=max('Date'[Date])-1))
Yesterday = CALCULATE([Net], FILTER('Date','Date'[Date] = Today()-1 ) )
Last Day = CALCULATE(sum('Table'[Qty]), dateadd('Date'[Date],-1, day))
Hi @Campolas ,
PREVIOUSDAY function will return a table that contains a column of all dates representing the day that is previous to the first date in the dates column, in the current context. Could you please provide the related formula of measure which involved PREVIOUSDAY function? And what's your final expected result? You can show some sample(fake) data(exclude sensitive data) to explain your requirement, later we can provide you a suitable solution. Thank you.
Best Regards
Hi @Campolas ,
PREVIOUSDAY function will return a table that contains a column of all dates representing the day that is previous to the first date in the dates column, in the current context. Could you please provide the related formula of measure which involved PREVIOUSDAY function? And what's your final expected result? You can show some sample(fake) data(exclude sensitive data) to explain your requirement, later we can provide you a suitable solution. Thank you.
Best Regards
@Campolas , It takes the first day from the context on the calendar if not date is selected. so if page has date range of this month, then it gives the last date, last month
You can try
Last Day = CALCULATE(sum('Table'[Qty]), FILTER(ALL('Date'),'Date'[Date]=max('Date'[Date])-1))
Yesterday = CALCULATE([Net], FILTER('Date','Date'[Date] = Today()-1 ) )
Last Day = CALCULATE(sum('Table'[Qty]), dateadd('Date'[Date],-1, day))
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 45 | |
| 38 | |
| 34 | |
| 21 | |
| 17 |
| User | Count |
|---|---|
| 66 | |
| 64 | |
| 31 | |
| 26 | |
| 26 |