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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Empulak_cz
New Member

Delivery sheets - trying to make a report

Hello together,

 

since I'm new to PowerBI, I'd like to ask you for help with a report I'd like to create. 

 

I am retrieving data from SQL view that contains information about "delivery sheets". Each delivery list has a value in Euros, a delivery note designation and a delivery status ( delivered, undelivered, closed etc ). 

 

What I'm missing is the date of the "delivery notes" - basically I don't know when the new delivery note line appeared in the DB. 

 

What kind of report would I need?

I would need to compare data on a weekly basis. I'm interested in the value of all delivery tickets in weeks.

Can anyone direct me on how I can achieve this?

The main problem I see is that I don't have data on dates

 

 

Thanks a lot.

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @Empulak_cz ,

Is it possible to have data with a date column in the source data, and it will be automatically displayed after being loaded into power bi.

Or create a calendar table using dax:

vyangliumsft_0-1649740574463.png

If your data has date columns, I created some data:

vyangliumsft_1-1649740574465.png

Here are the steps you can follow:

1. Create measure.

Measure = CALCULATE(SUM('Table 2'[amount]),FILTER(ALL('Table 2'),'Table 2'[year]=MAX('Table 2'[year])&&'Table 2'[week]=MAX('Table 2'[week])))

2. Result:

vyangliumsft_2-1649740574469.png

Please click here for the pbix file

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi  @Empulak_cz ,

Is it possible to have data with a date column in the source data, and it will be automatically displayed after being loaded into power bi.

Or create a calendar table using dax:

vyangliumsft_0-1649740574463.png

If your data has date columns, I created some data:

vyangliumsft_1-1649740574465.png

Here are the steps you can follow:

1. Create measure.

Measure = CALCULATE(SUM('Table 2'[amount]),FILTER(ALL('Table 2'),'Table 2'[year]=MAX('Table 2'[year])&&'Table 2'[week]=MAX('Table 2'[week])))

2. Result:

vyangliumsft_2-1649740574469.png

Please click here for the pbix file

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Empulak_cz
New Member

There is a column with the date. But i cant relay on it because the dates can be in the future. 

 

Isn't there an option to add date and time information whenever I update the data. With each update and new date I would add the time and date to a new column. Where the date is already there, nothing would be added.

 

What do you think?

amitchandak
Super User
Super User

@Empulak_cz , if you do not have date, what column you have to check dates ?

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.