Forum Discussion

sheap069's avatar
sheap069
Helper III
5 years ago
Solved

Table Visual Based on Highest Percentage

Hi,

I have data with applications and groups. A single application can be part of many groups and one group can have many applications. There are applications that are refused. Sample data and the desired output is attached here.


I want to show application data based on the highest refusal percentage, and only show the Group ID that had the highest percentage, as follows. 

 

Application IDDateCountryGroup ID# Apps# Refused AppsPercent Refused
11/1/2021Canada244100%
21/1/2022Australia244100%
31/1/2023France244100%
41/1/2024Canada16350%
51/1/2025India16350%
61/1/2026USA16350%
71/1/2027USA48112%
81/1/2028Canada244100%
91/1/2029China244100%
101/1/2030China34125%
111/1/2031Spain48112%

Right now, there is a line for each Group ID the Application ID is a member of (e.g. 4 lines for Application ID #1)

Thank you.

  • Hi, sheap069 

    Please check the below picture and the sample pbix file's link down below.

    All measures are in the sample pbix file.

     

     

    https://www.dropbox.com/s/kiq9vvkjuucn1in/sheap.pbix?dl=0 

     

    Hi, My name is Jihwan Kim.

     

    If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

     

    Linkedin: linkedin.com/in/jihwankim1975/

    Twitter: twitter.com/Jihwan_JHKIM

2 Replies

  • Hi, sheap069 

    Please check the below picture and the sample pbix file's link down below.

    All measures are in the sample pbix file.

     

     

    https://www.dropbox.com/s/kiq9vvkjuucn1in/sheap.pbix?dl=0 

     

    Hi, My name is Jihwan Kim.

     

    If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

     

    Linkedin: linkedin.com/in/jihwankim1975/

    Twitter: twitter.com/Jihwan_JHKIM

    • sheap069's avatar
      sheap069
      Helper III

      Hi,

      Thank you very much, this solved the problem and I got the desired output.