Forum Discussion

Sahin_Okay's avatar
Sahin_Okay
Frequent Visitor
4 years ago
Solved

Sum table Totals as a summary

Hello all, 

So here is my ask. I have several pages with different kind of information. Now what I want is to create ONE Page where I summarize the table views from the various pages. Example below 2 views which I have on different pages which I now manually copied and Paste.

 

What I really want is on the summary page is the summary of the totals  like  :

ECS Tier Physical = 726764

ECS Tier Virtual = 614168

 

Is this possible in PowerBI ?

  • Anonymous's avatar
    Anonymous
    4 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

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    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

      • Anonymous's avatar
        Anonymous
        Not 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