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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
TomerIwanir1
Helper II
Helper II

PBI - quotation model

Hi everyone,

I'm looking to build a quotation model in Power BI, but I haven’t started yet and feel a bit lost.

I know I’ll have a fixed Excel file that contains product cost data, and on the sales side, the sales reps will likely fill out another Excel file with customer-facing pricing.

One of my main concerns is how to handle multiple quotations over time, and how to structure the data model to support that.

My goal is to allow the end user (e.g., sales manager or rep) to interactively play with the customer price inputs inside Power BI — for example, adjusting unit prices or discounts and seeing the impact on margins or totals.

I’d really appreciate any feedback, best practices, or examples from people who have built similar quotation models in Power BI.

Thanks in advance!


 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Power BI is a tool to gain insights from data.  For a quoting process use a quoting tool.

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

Power BI is a tool to gain insights from data.  For a quoting process use a quoting tool.

BA_Pete
Super User
Super User

Hi @TomerIwanir1 ,

 

This is a pretty huge question and almost impossible to answer fully as so much will depend on your data structure, common columns etc. etc.

However, here's a steer on a couple of the larger points:

 

Re: Handling mutliple quotes over time.

I would split the data up into a 'ProjectHeader' table and a 'QuoteDetail' table. ProjectHeader contains a single row per 'Project', with stuff like Project ID, Project Desc, Client, Lead Engineer, etc. QuoteDetail then contains a row for each new quote, along with Project ID, Quote Date, Quote ID, Quote Desc, etc. You can relate the two tables together on Project ID and this will give you a very versatile model platform to report from. You can obviously add further ~Detail tables off the ProjectHeader table as well if you find other elements of the project change over time.

You can additionally create a QuoteItemDetail table that you can relate back to the QuoteDetail table on Quote ID, listing the different materials/labour quantities and costs etc. per quote, and so on, and so on.

 

Re: End user interactivity.

For this one, I think you should look into What-If Parameters. They are designed for exactly the scenario you describe:

Use parameters to visualize variables - Power BI | Microsoft Learn

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon & SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.