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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
Avermaak
Helper I
Helper I

Day to day Difference

Good day, 

 

I am trying to calculate the day to day difference based on weekdays only, for my daily banking movement. 

I have would like the table to look as follows:

Avermaak_0-1671029209802.png

I used the following formula to calculate the difference but it does not take into account the weekends, how can I change my formula to exclude the weekends from the calculations and only base it on weekdays.

 

Movement =
VAR __PREV_DAY =
    CALCULATE(
        SUM('BST_INPUT'[Per Collect]),
        DATEADD('BST_INPUT'[Date],1,DAY)
    )
RETURN
    SUM('BST_INPUT'[Per Collect]) - __PREV_DAY
1 REPLY 1
IIPowerBlog
Helper I
Helper I

Hello. Try adding the WEEKDAY function to your formula, https://learn.microsoft.com/en-us/dax/weekday-function-dax 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

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