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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
NewNewNewbie
Frequent Visitor

Doing Prediction Based on Simple Calculations

Hello, I have several tables with structure like this:

 

1. Stock Table, with column:

a. Material (with several unique materials)

b. Period (only have 1 date, for example 1 Nov 2023)

c. Qty

 

2. Sales Plan, with column:

a. Material (with several unique materials)

b. Periode (with many date aggregated in start of month, for example 1 Nov 2023, 1 Dec 2023, 1 Jan 2024, etc)

c. Qty

 

3. Supply Plan, with column:

a. Material (with several unique materials)

b. Periode (with many date aggregated in start of month, for example 1 Nov 2023, 1 Dec 2023, 1 Jan 2024, etc)

c. Qty

 

what I want is, first, create Salesplan Readiness, by doing some IF formula, IF Sales Plan[Qty] <= Stock[Qty], then Sales Plan[Qty], Else Stock[Qty], I have created this measure

 

and then I want to predict next month Stock by using formula: Stock Table[Qty] + Supply Plan[Qty] - Salesplan Readiness.

 

How to create a measure that predict next month stock? Thank you

 

 

1 REPLY 1
lbendlin
Super User
Super User

Great that you already formulated the business rules. Now you can implement them directly.

 

Keep in mind that Power BI is a reporting tool, not a resource planning tool.

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!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors