Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi All,
I am trying to create a visual where I am able to show the schedule date when a file was supposed to be received vs. a calendar date representing a weekly schedule.
This is the view I am looking for:
________________________________________________________________________________________________________________________________________
Desired Results
_____________________________________________________________________________________________________________________________________
Current Results
_______________________________________________________________________________________________________________________________________
Date Table with a Relationship to the Schedule Table
Any help is greatly appreciated!!
@PowerQA1 , the Date table should only have 1-m Many single-directional join. You should join on the date(in case a date has a timestamp remove that using datevalue)
receviced date = datevalue([received])
You can deal with both dates with inactive join
refer
Power BI: HR Analytics - Employees as on Date : https://youtu.be/e6Y-l_JtCq4
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...
Amit thanks so much for your reply.
The first issue is I do not have the actual schedule table.
I know the client information which includes this information:
Customer Key / Index
Client Name
Frequency - In this case weekly
Day - The day the file is expected
So then I need to generate a full schedule for each client.
This would give me the dates files are expected.
So when I connected the date table to the client table by the day of the week I got a full schedule for each customer, which I can show in a table visual, but not in an actual table
_____________________________________________________________________________
My goal is to establish the schedule then compare actual files received vs. the schedule. To see what is missing...
I will look through the rest of your very nice detaile solution but I wanted to share this point.
Again I can't tell you how much I appreciate your help.
I am still some what of a hacker 🙂