Power BI specific task (filter/rank/hover)

calgarve

New Member
Joined
Jan 26, 2020
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Hi community,
I’m quite new with Power BI and would need to perform the below task.
I have a simple table with: ID number; Name; Type; Total
I created first treemap showing a count of Types below x ID number.
I need to create a second table showing: Name of the highest in Total for each type (still below x ID number). Ideally the top performer name would then be shown in the treemap for each type with hover (once cursor of the mouse is over a specific type).
Thanks in advance for your help.
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Hi, create a new measure on the Total column with the MAX() function. Then create a table with the name in the rows and the new measure in the values.

Showing the name with the highest total on hover of the tree map is not so easy.
 
Upvote 0

Forum statistics

Threads
1,226,121
Messages
6,189,106
Members
453,524
Latest member
AshJames

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top