Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Data model techniques

Dear all,

 

I have the following 4 transaction tables 

 

 

              Billing              Collection        Overdue           Bounce         

               Loankey,           Loankey,            Loankey,            Loankey,

               Loanno,            Loanno,             Loanno,              Loanno,

               branch,             branch,              branch,               branch,

               Monthyr           Monthyr            Monthyr              Monthyr

 

Two master tables

 

BranchMaster       

Branch                     

 

LoanMaster

Loankey,

Loanno,

branch,

Monthyr,

customername,

Disbursementamount,

EMI amount,

Approvedby

 

and one calendar table 

Calendar

Monthyr

 

what kind of datamodel technique i have to use?

 

Regards,

Joshua.

1 ACCEPTED SOLUTION
erikajain02
Resolver I
Resolver I

Concatenate all Transational tables as 1 Table with a flag in each to identify them.

Then Link it with master Table and Calender table for association.

View solution in original post

9 REPLIES 9
erikajain02
Resolver I
Resolver I

Concatenate all Transational tables as 1 Table with a flag in each to identify them.

Then Link it with master Table and Calender table for association.

Anonymous
Not applicable

Dear Erika,

 

I have appended the transanction tables into one still the tables are visible in datamodel.Is it Ok?

 

Please see the screenshotCapture.PNG

 

Yes...You can also Hide them in Report View to avoid confusion.

Anonymous
Not applicable

Dear Erika ,

 

I have appended 4 transaction tables but data is loaded only for 1st table.Flag is available only for first table.Capture3.PNG

 

 

This sould not be the case.

 

Can you share your file with us or dummy data ?

Anonymous
Not applicable

Please send me ur email id.I will share the file.

 

 

 

 

erikajain02@gmail.com

Anonymous
Not applicable

Dear Erika,

 

I have sent the sample.

 

I have created a link table with the fields (AccountNo,Amount,MonthYr,Flag,Key)from the tables Register,Billing,Bounce,Overdue,Collection .And then I have connected the link table with Register , Billing,Bounce,Overdue,Collection with Key and Link table to the calendar with MonthYr.

Anonymous
Not applicable

Dear Erika,

 

While appending the same column names repeating. Here the column Amount repeats again.Capture2.PNG

 

 

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors