Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi. I'm trying to create a dashboard for product/intermediate demand forecast. I have 4 tables:
Below is the relationship schema in Power BI:
The chart/table works perfectly when showing forecast volumes for each product by month. The issue is when I try to list forecast volumes by month for each intermediate. I have attached a snap shot of the Excel file which is used as the data source:
I would really appreciate the help.
Solved! Go to Solution.
I've finally found the answer: Below is the schema:
I've created two meausres. The first one in the "PRODUCT" table named "Product Volume":
And this worked perfectly.
I've finally found the answer: Below is the schema:
I've created two meausres. The first one in the "PRODUCT" table named "Product Volume":
And this worked perfectly.
You didn't say exactly wasn't working, just that it doesn't work. I suspect the issue though is the way your filters flow in the tables.
You could turn on a bunch of bi-directional filtering (you have it between Product and Product_Intermediate, but that probably shoudn't be there as bi-directional filtering can create issues if you don't understand how the data flows and what the other implications are. You can read more about that here, including the problems with bi-directional filtering.
usually I prefer to have measures turn on bi-directional filtering on as needed, but that doesn't work with slicers and such, so there is a need for bi-directional fitlering sometimes. To turn it on for calculations, you would use a measure like:
Measure = CALCULATE ( SUM ( Sales[SalesAmount] ), CROSSFILTER ( Item[ItemNumber], Sales[ItemNumber], BOTH ) )
This will cause the sales table to filter the item table (which may in turn filter a forecast table on the other side of the item table) for that measure only.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingThank you @edhans for the quick reply.
Maybe I was not clear enough describing the issue. I'm trying to display a chart or a table showing total intermediate forecast volumes by month. An example is:
Product 1 forecast volume for December is 54,330 liters
Product 1 has 4 intermediates with the following ratios:
It was simple creating a bar chart displaying forecast volumes by month for each PRODUCT but not intermediate.
I have been really struggling with this for the past week. Let me explain what is it that I'm trying to do and maybe you can help:
How can I create a table or chart showing the following:
monthly volumes for each intermediate (intermediate volume = product volume x intermediate percent for that product)
Below is a snapshot of my current Power BI schema:
I would really appreciate the help.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
147 | |
85 | |
66 | |
52 | |
46 |
User | Count |
---|---|
215 | |
90 | |
83 | |
66 | |
58 |