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
Hi,
I have two fact tables; one for insurance product sales, and the other for claims. I also have two separate DIM tables, which are Calendar and Dealer.
I need to identify which product sales have made a claim, and more importanty, which have not, using their reference number. However, i am aware that i shouldn't try and connect the two fact tables. Can anyone help?
Regards
J
Solved! Go to Solution.
One option would be to add a calculated column to the sales table, e.g.
Claim made =
Sales[Sale ID] IN VALUES ( Claims[Sale ID] )
Hi @James__ ,
Just wanted to check if you were able to resolve the issue.
If are still facing the problem, let us know and we would be happy to assist you further.
Thank you
Hi @James__ ,
Just wanted to check if you were able to resolve the issue.
Thank you
Thanks @Idrissshatila and @johnt75 for the helpful suggestions!
@James__ — were you able to implement either of these approaches successfully?
Let us know if you need help setting up the shared dimension or writing the DAX expression.
One option would be to add a calculated column to the sales table, e.g.
Claim made =
Sales[Sale ID] IN VALUES ( Claims[Sale ID] )
Hello @James__ ,
then add the columns that are common between both as dims so you can filter both.
Proud to be a Super User! | |
then add the columns that are common between both as dims so you can filter both.
Is there some text missing @Idrissshatila
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 |
|---|---|
| 45 | |
| 38 | |
| 34 | |
| 21 | |
| 17 |
| User | Count |
|---|---|
| 66 | |
| 64 | |
| 31 | |
| 26 | |
| 26 |