Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Greeting all,
I have a small project, in which i have two sql diret query tables and one excel file in that iam trying to show the total of sql and excel for the same designation and for different dates but the total of sum output displaying is correct but its display for all the designation which is wrong. requesting your suggestion for correcting the issue.
| Table 1 - direct query | Punching Table - direct query | |||
| Id No | Description | EmpId | PunchTime | Projectdetail |
| 1 | Fabricator | 1 | 17/09/2020 6:00 | Project A |
| 2 | Fitter | 2 | 17/09/2020 7:00 | Project B |
| 3 | Project A | 1 | 17/09/2020 19:00 | Project A |
| 4 | Project B | 2 | 17/09/2020 19:00 | Project B |
| 1 | 18/09/2020 6:00 | Project A | ||
| 2 | 18/09/2020 7:00 | Project B | ||
| 1 | 18/09/2020 19:00 | Project A | ||
| 2 | 18/09/2020 19:00 | Project B | ||
| DAX Date | ||||
| Excel | ||||
| Date | Projectdetails | Designation | Total | |
| 17/09/2020 | Project A | Fabricator | 5 | |
| 17/09/2020 | Project B | Fitter | 10 | |
| 18/09/2020 | Project A | Fabricator | 6 | |
| 18/09/2020 | Project B | Fitter | 3 | |
| Relationship | ||||
| Dax date with Excel date | ||||
| Excel Designation with Table 1 Description | ||||
| ProjectDeatils Punching Table with Table 1 Description |
Solved! Go to Solution.
Hi @askspepsi ,
Change your relationship like so:
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @askspepsi ,
Change your relationship like so:
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 4 |