The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have 5 tables that have the same columns (8 columns) with different columns.
Different demographic information for different places..
From my understanding, it's not an efficient design to append all the tables to 1 large dataset. This is how I have it setup currently to get the data cards I wanted.
what's the way to design the relationships so that I can put data cards that calculate off all of the data? Is it just a ton of many to many relationships and create some sort of unique id in the queries?
Solved! Go to Solution.
Hello @Djtimestamp ,
it's better to append them all in one table.
Proud to be a Super User! | |
Hello @Djtimestamp ,
it's better to append them all in one table.
Proud to be a Super User! | |