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! Learn more

Reply
vladimirdzeb
Regular Visitor

The connection of two sources through the parameter

Hi.
There is the following task, maybe someone will have ideas with solutions.

Incoming data:
Table_1: 

  • created_date (loan disbursement date)
  • order_id (unique contract number)

Table_2: 

  • arcdate (archived date)
  • order_id (contract number)
  • amount (loan balance at archive date)

Parametr_1:

  • A decimal number from 1 to 60 (in increments of 1) that the user of the report enters.

Task:

Display a table that will contain the following information:

 

  1. created_date (value with Table_1, this field is displayed in the filter)
  2. count_order (the number of contracts created_date with Table_1)
  3. sum_amount (the amount of the balance of all loans issued in created_date c Table_1 on the date arcdate_X c Table_2)

Arcdate_X = created_date + Parametr_1

 

Who has any ideas ?

1 REPLY 1
v-yuta-msft
Community Support
Community Support

@vladimirdzeb ,

 

Your requirement is not clear. Could you please share some sample data, and share more details about the logic?

 

Regards,

Jimmy Tao

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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