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.
Hello Power BI expert community. Hope you all are doing great. I am facing a little problem to create relationship among the tables i am working with. Currently there is no relationship and I am unable to create one myself. It will be a great help if you can give advice regarding how I can create relatiionships across the tables I have. Here is the file I am working with.
https://drive.google.com/file/d/0B0XwYvmbIN12aVRwMmdXNlhXMVk/view?usp=sharing
A prompt solution will be highly appreciated. Thanks
Hi @Hasan_iba,
Could you please mark the proper answer as solution or share the solution if it's convenient for you? That will be a big help to the others.
Best Regards!
Dale
Hi @Hasan_iba,
Please check this file for details: https://1drv.ms/u/s!ArTqPk2pu-BkgSU2FAfyg2naW2Uo
1. Create a date table.
Calendar = CALENDARAUTO()
2. Create a table of all regions.
Regions =
DISTINCT (
UNION (
VALUES ( Table1[RegionCode] ),
VALUES ( Table2[RegionCode] ),
VALUES ( Table3[RegionCode] )
)
)3. Create a table of all segmentations.
Segmentations =
DISTINCT (
UNION (
VALUES ( Table1[Segmentation] ),
VALUES ( Table2[Segmentation] ),
VALUES ( Table3[Segmentation] )
)
)4. Establish many 1:* relationships.
Best Regards!
Dale
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 |
|---|---|
| 27 | |
| 27 | |
| 26 | |
| 19 | |
| 14 |
| User | Count |
|---|---|
| 52 | |
| 47 | |
| 39 | |
| 21 | |
| 20 |