Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
paulwalker
Creator III
Creator III

Need help??

Hi Community.

if i have 2 transaction tables. how to create star schema data model.

thanks in advance..

3 Replies
MK_QSL
MVP
MVP

Concatenate them.... or

Join them and delete any one

its_anandrjs
Champion III
Champion III

You can link them with another Key which is common in both otherwise Concatenate or join the two tables. I believe link them with another key which is both table or get the key if not available.

Not applicable

Paul:

If i understood correctly,

Do you have 2 fact tables with different granuality and connected to same or different dimensions.

if you will load these 2 fact tables then you will get a synthetic key.

Good way to create a datamodel for multiple fact tables is to create a link table.

Link table will have all the common keys from the 2 fact tables.

Drop these common fields from the individual tables after you create a link table.

Let me know if this helps.