Forum Discussion
Excel formula to Dax
- 6 years ago
Hi Anonymous ,
I am not clear about your requirement, you could refer to my sample for details. If this is not waht you want, please correct me and inform me more detailed information(such as your expected output and your sample data )? Then I will help you more correctly.
Please do mask sensitive data before uploading.
Thanks for your understanding and support.
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous , refer to this file on 2nd page how working to get working day
https://www.dropbox.com/s/y47ah38sr157l7t/Order_delivery_date_diff.pbix?dl=0
- Anonymous6 years agoNot applicable
- dax6 years ago
Community Support
Hi Anonymous ,
I am not clear about your requirement, if possible could you please inform me more detailed information(such as your expected output and your sample data)? Then I will help you more correctly.
Please do mask sensitive data before uploading.
Thanks for your understanding and support.
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years agoNot applicable
Hi dax ,
It was counting how many dates in the 'Start Date' column existed in the BankHoliday date column in the Bankholiday table.
These tables arent related. I tried something like below but it wont work
CALCULATE(COUNT(vwRB_RoomUtilisation[New ]), FILTER(BankHols, BankHols[Date] >0))Thanks