Enable an engine built in formula to calculate Excel equivalent of networking days: Number of business days between 2 dates, excluding weekends and bank holidays provided as an optional list of date...
kdejonge
6 years agoMicrosoft Employee
Hi Conrad, We don't have this on the immediate backlog but it is pretty straightforward to do in DAX. This should do the trick if you want to filter out Saturday and Sunday: Measure = CALCULATE(COUNTROWS('Calendar'), FILTER('Calendar', WEEKDAY('Calendar'[Date]) > 1 && WEEKDAY('Calendar'[Date]) < 7 )) There are even easier ways to do this using a calculated column or Power Query where you add a column to check if a date is a working day. This will simplify the DAX above.
Recent ideas
Semantic Model 'Make Changes to this Model'
The link or action item to make changes to the importing Semantic Model is to obscure. Nobody looks down in bottom right corner of the Power BI Desktop window unless they want to resize the current ...RobRayborn2 minutes agoHelper IVNew0Views0likes0CommentsMatrix Visual Missing Horizontal Scrollbar When Using Multiple Row Fields
Hello Power BI Team, I would like to report what appears to be a limitation or usability issue with the Matrix visual. I am using a Matrix with a large number of fields placed in the Rows section (...MERTARSLAN6413 minutes agoNew MemberNew4Views0likes0CommentsRead SAS files in the sas7bdat data format
In context of Clinical Development in Pharma, SAS is very much used for statistical analysis and preparation of datasets for submission. The submission datasets with the final results of a clinical ...holger_schimans45 minutes agoNew MemberNew941Views2likes3CommentsAllow Microsoft Entra ID security groups to own Power BI semantic models
Power BI semantic model ownership is currently associated with a single user account. This creates an operational single point of failure for scheduled refresh, data source credentials, urgent su...IanKuo4 hours agoNew MemberNew3Views0likes0Comments