Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello
I am trying to create a custom column to show the difference in days between 2 dates.
I need to include the first date in the count
Ex
pcreatedon: 12/5/2023
createdon: 12/6/2023
I need this to show as 2 instead of the 1 day difference we usually use.
I am using:
Duration.Days([pcreatedon]-[createdon])
How do I get the count to show 2??
Solved! Go to Solution.
try to add +1 in the end
Duration.Days([pcreatedon]-[createdon]) +1
Proud to be a Super User!
try to add +1 in the end
Duration.Days([pcreatedon]-[createdon]) +1
Proud to be a Super User!
This seems to work. I want grab the days and filter out weekend and holidays. I have a calendar table where I have a column indicating if a weekday is a weekend/holiday. Weekday = 1 else =0.
How would I go about this
User | Count |
---|---|
77 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
100 | |
93 | |
52 | |
50 | |
48 |