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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Syndicate_Admin
Administrator
Administrator

See: Unfiltered dashboards for selecting time intelligence

Good afternoon, I hope you are well.

I need to make a dashboard with KPIs affected by time but my user is not going to select them.

For example, I need to show the total sales per hour, day, week, month and accumulated.

For example: If I want to know the sales of the previous day, I add the sales and select the date of yesterday and that's it. But now I can't find a way to do it or the right material to help me solve this problem.

Someone from this community can help me?

Thank you

Best regards

Ana

4 REPLIES 4
speedramps
Super User
Super User

Polite reminder.

Please watch the video and use the day offset to get the values for previous day

https://www.youtube.com/watch?v=XjVLaVLluYE

 

Remeber we are unpaid volunteers.

Click the thumbs up and accept as solution button. 

One question per ticket please. If you need to extend your request then please raise a new ticket.

You will get a quicker response and each volunteer solver will get the kudos they deserve. Thank you !

speedramps
Super User
Super User

Do this training and all subsequent calandar training (is all free)

Click here to begin learning 

 

Thanks for reaching out for help.

I have helped you, now please help me by giving kudos.

Remeber we are unpaid volunteers.

Click the thumbs up and accept as solution button. 

One question per ticket please. If you need to extend your request then please raise a new ticket.

You will get a quicker response and each volunteer solver will get the kudos they deserve. Thank you !

Thank you!, but it does not show me how to calculate the total sales of the previous day.-

Hi @Syndicate_Admin ,

 

Maybe you can try DATEADD() function.

 

some measures like this:

CALCULATE( SUM('Table'[sales]), DATEADD( 'Date'[Date] , -1 ,DAY )) // previous day

CALCULATE( SUM('Table'[sales]), DATEADD( 'Date'[Date] , -1 ,MONTH )) // previous month

 

Best Regards

Community Support Team _ chenwu zhu

 

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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