The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am working on a contract labor dashboard, I need to count the person in contract from their start date through their end date- without having to create multiple entries per each labor.
Example:
Bob Smith started 01-01-2021 and ends July 30, 2021- so Bob would count January, February, March, April, May, June, and July
Sally Sue started February 15 and ends May 15- so Sally would count February, March, April, and May.
It would be filtered multiple ways from the same data.
Is there a way to do this where I would not have to manually update/enter the data for each month?
Will it work if I already have that data in my model just not as a direct table.
If you've date table...that will work
@gvrajesh What should we join the Date table to on with fact table? Start Date? Or no need to join?
I have the formula set as:
User | Count |
---|---|
25 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
28 | |
13 | |
12 | |
12 | |
6 |