This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi All,
Solved! Go to Solution.
Hi @amirabedhiafi ,
I guess you want to be able to see this by employee/date? If so, you will need to create a single dimension table for employees that relates to both FACT-Service and FACT-LTSS as, currently, there's no common table for Power BI to use.
I would also combine your Date and Time fields in both fact tables to DateTime. You can then use DATEDIFF on these values with the interval argument being MINUTE. Something like this:
timeDiff =
DATEDIFF(
FACTService[Start DateTime],
FACTLTSS[Start DateTIme],
MINUTE
)
Filter your visual on timeDiff, where it only shows timeDiff values > 8.
If you can provide some sample data from your model, or the model itself if there's no sensitive data in it, then I can validate the above and correct it if it doesn't work OOTB.
Pete
Proud to be a Datanaut!
Hi @amirabedhiafi ,
I guess you want to be able to see this by employee/date? If so, you will need to create a single dimension table for employees that relates to both FACT-Service and FACT-LTSS as, currently, there's no common table for Power BI to use.
I would also combine your Date and Time fields in both fact tables to DateTime. You can then use DATEDIFF on these values with the interval argument being MINUTE. Something like this:
timeDiff =
DATEDIFF(
FACTService[Start DateTime],
FACTLTSS[Start DateTIme],
MINUTE
)
Filter your visual on timeDiff, where it only shows timeDiff values > 8.
If you can provide some sample data from your model, or the model itself if there's no sensitive data in it, then I can validate the above and correct it if it doesn't work OOTB.
Pete
Proud to be a Datanaut!
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 23 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 49 | |
| 47 | |
| 41 | |
| 21 | |
| 19 |