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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Matrix values help

Hello - I have a straightforward problem and I'm struggling to find a solution. I have a matrix I'm building that reports accounting data on a project order level... the row hierarchy goes project name > project number > order number.Capture.PNGThe highlighted column, budget amount, is pulled from a different summary table for project number statistics. Thus, the entire project budget amount is populating on every row of the matrix (all of the individual order numbers), and I need it to populate on only the project number and project name rows.

Can someone point me in the right direction for a workaround for this? I'd like to report on the budget amount in the same matrix with the individual order number information. I have many more columns not pictured to the right that are calculating correctly, it's just the budget amount I'm having trouble with.

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@Anonymous ,Refer if this can help

https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

@Anonymous got it, use ISINSCOPE function to control where you want to show the budget amount, here is the post that talks about it in detail.

 

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

 

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

6 REPLIES 6
amitchandak
Super User
Super User

@Anonymous ,Refer if this can help

https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@Anonymous you have to share your data model to get further help on this, share how you are tables are related and what columns you are using in the matrix, underline problem is the relationship between tables.

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Anonymous
Not applicable

@parry2kthanks for the response. Here is a picture of the model: Capture.PNGAll tables are connected via the CER number, which is the project number. The values in my matrix are calculated columns from the Append 1 table, which brings in data on the Project Order Number level. Here's a screenshot of that table: Capture.PNGWhat I am trying to fix in the original matrix visualization is the budget amount, which comes from the CAPEX Metrics table (table in between Projects and Append1 in the model). Here's an example of that table: Capture.PNGstill having trouble with this - my DAX skills aren't very advanced, but usually I can figure things out.

@Anonymous got it, use ISINSCOPE function to control where you want to show the budget amount, here is the post that talks about it in detail.

 

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

 

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

jthomson
Solution Sage
Solution Sage

You'd either need to:

 

a) make some sort of relationship between your tables so that $62k is distributed between the order lines

b) create a measure that returns a blank when something is filtered by an order line but returns the result when it doesn't

Anonymous
Not applicable

Thank you... I'll go with the measure. I couldn't figure out how to go about writing that measure but it is really clear the way you put it. Thanks

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Solution Authors