Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I have two table one is summary level sales data and another is transactional level data. I'm getting many to many in data model.
Can you help on how to create a data model when we have mixed granular level data like this.
Appreciate your help!
Solved! Go to Solution.
Hi @learner_23
You need an intermediate table like this:
My sample:
Create a calculated table as follows
ID = VALUES(Table1[ID])
Output:
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @learner_23
You need an intermediate table like this:
My sample:
Create a calculated table as follows
ID = VALUES(Table1[ID])
Output:
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
please provide sample data (in text form) with the expected solution.
Proud to be a Super User!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 38 | |
| 36 | |
| 28 | |
| 28 |
| User | Count |
|---|---|
| 124 | |
| 88 | |
| 74 | |
| 66 | |
| 65 |