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

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

Reply
tvaishnav
Helper IV
Helper IV

Change row context in paginated reports?

I want to display a number in yellow box that is multiplication of two numbers circled in red. How can I do that? How can I bring number with an arrow pointed to it to highlighted cell for calculation?

 

Basically, I have % Complete calculated for cost and revenue group. However, I want to create a new column that is calculated by multiplying % Complete for cost with Forecast for revenue. How do I do that?

Calculation.png

1 ACCEPTED SOLUTION
v-yalanwu-msft
Community Support
Community Support

Hi, @tvaishnav ;

You can add a new measure with the if function and the isinscope function, and the other rows and columns are empty and return results only in the rows you want.

If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yalanwu-msft
Community Support
Community Support

Hi, @tvaishnav ;

You can add a new measure with the if function and the isinscope function, and the other rows and columns are empty and return results only in the rows you want.

If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

I am sorry about the delayed response. But data source in SQL Server database. I do not think I can add measure in this case. Correct?

Helpful resources

Announcements
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