cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Broly
Frequent Visitor

previous day on text

I have a table as follow :

Broly_0-1668470738519.png

Please keep in mind that I dont have a date column in the table but I use a date table.

 

I want to create a measure to get the previous day supply scheme.

 

When I use the "previousday()" function to get the previous day quantity, it works fine. 

I actually use this formula and it works fine as well : 

Qty previousday = CALCULATE(SUM(Table[quantity),FILTER ( ALL ( 'Date Table' ), 'Date Table'[Date] = MAX('Date Table'[Date]) - 1 ))
 
Problem is now I want to get the previous day supply scheme. Any easy way of doing this ?
 
Thanks for you help
5 REPLIES 5
Ashish_Mathur
Super User
Super User

Hi,

You say that you do not have a Date column in your table but i clearly see a Date column there.  Please clarify.


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

the date comes from another table that has a relationship with the first table. In the first table I have the date but as a number format. Let me know if you need more details

Hi,

Share the download link of your PBI file.


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

thank you for your response. I was looking to create a measure for that since I'm in a live connection model

FreemanZ
Community Champion
Community Champion

try this:

 

Supply scheme previousday = CALCULATETABLE(ALL('Table'[supply scheme]),FILTER ( ALL ( 'Date Table' ), 'Date Table'[Date] = MAX('Date Table'[Date]) - 1 ))

 

Helpful resources

Announcements
Vote for T-Shirt Design

Power BI T-Shirt Design Challenge 2023

Vote for your favorite t-shirt design now through March 28.

March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.

March Events 2023A

March 2023 Events

Find out more about the online and in person events happening in March!