Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi guys,
I am new to Power Bi, hoping someone will be able to assist me. I am trying to add (and remove- in another report) a number of working days from a date. I have a date table already and a workday column. Below is logic in excel, trying to convert this into DAX:
Solved! Go to Solution.
Hi @Anonymous ,
Has your problem been solved?
Please refer to my .pbix file.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
😁 Thank you!!!!!!
Hi @Anonymous ,
Why are the start date and end date in the NETWORKDAYS function the same?
You may meed to create a measure like this.
Measure =
IFERROR(
SWITCH(
TRUE(),
MAX([Expiry Indicator]) = "No Expiry Date", BLANK(),
DATEDIFF( ) = 0, DATEADD(Sheet5[Tenancy Expiry Date], -20, DAY),
DATEDIFF( ) = 1, DATEADD(Sheet5[Tenancy Expiry Date], -19, DAY)
),
"Check"
)
Please give a sample data of the table if you cant get the correct result and explain your calculation logic again.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous - See if this helps, it was written as a replacement for Excel NETWORKDAYS: https://community.powerbi.com/t5/Quick-Measures-Gallery/Net-Work-Days/td-p/367362
Also, see this more general Excel to DAX Translation page: https://community.powerbi.com/t5/Community-Blog/Excel-to-DAX-Translation/ba-p/1060991
@Anonymous , refer this
Travelling Across Workdays - Decoding Date and Calendar 4-5 - Power BI Turning 5 Celebration Series
https://community.powerbi.com/t5/Community-Blog/Travelling-Across-Workdays-Decoding-Date-and-Calendar-4-5-Power/ba-p/1187766
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
92 | |
83 | |
71 | |
49 |
User | Count |
---|---|
143 | |
120 | |
110 | |
59 | |
57 |