Forum Discussion
Sum table Totals as a summary
- Anonymous4 years ago
Hi Sahin_Okay ,
I'm afraid there is no suitable way to implement your requirement if you need to dynamically display the summary values based on the visual data and visual-level filtering on each page. First you have these data tables from different data sources, then you have created visuals with visual-type filters on different report pages, we can't dynamically get the visual type, data and filter information of the current page on other pages...
If the visual type, number and applied filter always remain the same, you can consider creating a metric to get it directly as follows. Please find the details in the attachment...
Best Regards
Hi Sahin_Okay ,
You can create a measure as below to get it:
Measure = SUM ( 'Table'[VD Capacity[GB] )
If the above one can't help you get the desired result, please provide some raw 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
Hello Community Support Team _ Rena,
I create a small example its just dummy data but I hope my ask is clear :
https://drive.google.com/file/d/1kDNgTB44Om-WAjrM1l-9v0H9V4vd5EMB/view?usp=sharing
Kind regards,
Sahin
- Anonymous4 years agoNot applicable
Hi Sahin_Okay ,
I'm afraid there is no suitable way to implement your requirement if you need to dynamically display the summary values based on the visual data and visual-level filtering on each page. First you have these data tables from different data sources, then you have created visuals with visual-type filters on different report pages, we can't dynamically get the visual type, data and filter information of the current page on other pages...
If the visual type, number and applied filter always remain the same, you can consider creating a metric to get it directly as follows. Please find the details in the attachment...
Best Regards