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

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.

Reply
sysk
New Member

Power BI DAX to multiply values in columns from different tables based on month

MonthDev Factor
Current Month -121.001
Current Month -111.001
Current Month -101.002
Current Month -91.003
Current Month -81.004
Current Month -71.005
Current Month -61.007
Current Month -51.009
Current Month -41.014
Current Month -31.021
Current Month -21.033
Current Month -11.065
Current Month0

 

 

Accident MonthClaim Count
Dec-22316
Jan-23354
Feb-23477
Mar-23442
Apr-23339
May-23420
Jun-23344
Jul-23320
Aug-23316
Sep-23301
Oct-23377
Nov-23419
Dec-230

 

based on the above tables, i need to calculate ultimate numb of claims = claim count * dev factor, if current month = Dec 2023 then 0 * 0 which should return 0, similarly for Nov 2023 419 * 1.065 and goes on.


1 ACCEPTED SOLUTION
Ahmedx
Super User
Super User

2 REPLIES 2
Ahmedx
Super User
Super User

pls try this

Screenshot_2.png

Thank you, Much appriciated

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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