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
InsHunter
Helper II
Helper II

Aggregated values directly at the last rows of TABLE visuals

Hi,

Being a newbie requesting help to get the aggregated values below the "total" row generated from TABLE visual. Unable to use MATRIX visual as i need to show the aggregated values below the total(sample representation as below).Will use the same for Date wise as well as month wise ,year wise slicer.

InsHunter_0-1668736474999.png

Data Set Sample as below:

InsHunter_1-1668736539971.png

Also i have created Aggregated Table using Power query which is available as a data set:

InsHunter_2-1668736629343.png

Also have created measures on values  for each measuing point separately which is used for other graphical visuals.

InsHunter_3-1668736712043.png

 

Deeply appreciate forums support to meet the objective. Thank you.

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @InsHunter ,

Which custom visual you are creating? Is it Inforiver Enterprise Matrix / Table? If yes, you can see the option "Insert" just as below screenshot.

yingyinr_0-1669362668708.png

And you can try the other methods which I refer in my previous post:

By using ROW function:

Add new row with accumulate in Matrix

Table = UNION(VALUES('Sales'[Product]),ROW("Product","XMonth Accumulate"))

yingyinr_1-1669362757248.png

Looking for difference between two values by filters

Best Regards

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi  @InsHunter ,

Please review the following links and check if they can help you get one solution:

1. Create Inforiver visual:

Insert row and manually enter data in Power BI matrix reportsyingyinr_0-1669022314309.png

2. By using ROW function:

Add new row with accumulate in Matrix

Table = UNION(VALUES('Sales'[Product]),ROW("Product","XMonth Accumulate"))

yingyinr_1-1669022313989.pngLooking for difference between two values by filters

Best Regards

Hi,

Thanks for the same. I tried the custom visual but the "Insert Row" is not being shown when I select this visual.

Thanks

Anonymous
Not applicable

Hi @InsHunter ,

Which custom visual you are creating? Is it Inforiver Enterprise Matrix / Table? If yes, you can see the option "Insert" just as below screenshot.

yingyinr_0-1669362668708.png

And you can try the other methods which I refer in my previous post:

By using ROW function:

Add new row with accumulate in Matrix

Table = UNION(VALUES('Sales'[Product]),ROW("Product","XMonth Accumulate"))

yingyinr_1-1669362757248.png

Looking for difference between two values by filters

Best Regards

amitchandak
Super User
Super User

@InsHunter , You can not add additional totals, but you can have min/max using isinscope

 

if(not(Isinscope(Table[Date])) , [Max Meausre], [Measure])

 

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

@amitchandak 
Hi. Thanks for your response. If further support can be given it will be helpful as i could not make much out of this. Deeply appreciate your help.

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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.