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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
vjnvinod
Impactful Individual
Impactful Individual

Graph and visualization help

Hi,

 

I have a requirement , where my data looks like below

 

https://www.dropbox.com/s/1n3gtyqxb8wjncn/data.xlsx?dl=0

 

 

Account  AccountSegment  TER_FYTD_USD

EigCore0
DolCore33914.75
818Core0
818Core-7439.3
DE G3600
DE G3600
DE Core0
DE Core0
DE Core0
DE Core0
DE Core0
DE Core0
EdiCore0
EdiCore31351.83162
EdiCore0
EdiCore52873.82172

 

I need to create a format in Power BI in the below format (this is done PPT)

let me know how do i achieve this?

Requirement.PNG

 

 

1 ACCEPTED SOLUTION
praiselyabraham
Resolver II
Resolver II

Hey , 

 

So here's what i did, i grouped the the table using edit query, and the group by transformation as shown below.

Capture1.PNG

Now , on the data modelling section , created two column as below

Rank= IF([AccountSegment]="Core",RANKX('Account Grouped',[FYTD]))

and 

categorize = SWITCH(TRUE(),[RANK]>25, "Remainder",
[RANK]>10, "Next 15 Core",
[RANK]>0, "Top 10 Core",
"G360")

Now use this categorize column to create the visual.

Capture.PNG

 

Hope this servers your need.

 

Regards.

 

View solution in original post

12 REPLIES 12
praiselyabraham
Resolver II
Resolver II

Hey , 

 

So here's what i did, i grouped the the table using edit query, and the group by transformation as shown below.

Capture1.PNG

Now , on the data modelling section , created two column as below

Rank= IF([AccountSegment]="Core",RANKX('Account Grouped',[FYTD]))

and 

categorize = SWITCH(TRUE(),[RANK]>25, "Remainder",
[RANK]>10, "Next 15 Core",
[RANK]>0, "Top 10 Core",
"G360")

Now use this categorize column to create the visual.

Capture.PNG

 

Hope this servers your need.

 

Regards.

 

@praiselyabraham

 

thanks very much, this is helpful

vjnvinod
Impactful Individual
Impactful Individual

 

Hi,

 

I have a requirement , where my data looks like below

 

https://www.dropbox.com/s/1n3gtyqxb8wjncn/data.xlsx?dl=0

 

 

Account  AccountSegment  TER_FYTD_USD

EigCore0
DolCore33914.75
818Core0
818Core-7439.3
DE G3600
DE G3600
DE Core0
DE Core0
DE Core0
DE Core0
DE Core0
DE Core0
EdiCore0
EdiCore31351.83162
EdiCore0
EdiCore52873.82172

 

I need to create a format in Power BI in the below format (this is done PPT)

let me know how do i achieve this?

 

Can you help create a format which i can use? seee the sample file attached!

Requirement.PNG

praiselyabraham
Resolver II
Resolver II

Hi , 

 

The top visual can be achived using the waaterfall chart , give it a shot, it should work.

For the below information , you would have to place tables for the respective information .

 

Regards.

@praiselyabraham

 

thanks for this

But it doesn't looks like it works

How do i categorise G360, Top 10 core , Next 15 core, Remainder?

vjnvinod
Impactful Individual
Impactful Individual

@praiselyabraham

 

https://www.dropbox.com/s/1n3gtyqxb8wjncn/data.xlsx?dl=0

 

Can you please try and share? how you think this can be achieved?

sample file attached in the link.

how are you expecting the values of G360, top 10 core, top15 core ?

 is it based on the [account] column? or based on [TER_FYTD_USD]?

@praiselyabraham

 

Its based on account and [TER_FYTD_USD]

 

basically it means

 

G360 accounts

Top 10 core accounts based on the [TER_FYTD_USD]

Next 15 core accounts based on [TER_FYTD_USD]

Remainder accounts based on [TER_FYTD_USD]

 

 

vjnvinod
Impactful Individual
Impactful Individual

@praiselyabraham

 

Hi, can i assume this is not possible?

Hi , 

 

Try creating a rank column and categorizing it based on the rank column.

Can you try this option !

 

Regards.

@praiselyabraham

 

tried doing that, but that doesn't helps, as the grouping of account is should be done before ranking them.

that means, there are many entries for 1 account and ranking should be done in a way that it should club those accounts first and summarize it based on TER value and then rank it.

vjnvinod
Impactful Individual
Impactful Individual

@praiselyabraham

 

anything on this?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.