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
Wiene24
Helper II
Helper II

Treemap with two filters

Hi,

I have created a treemap wich shows the slowest paying company. 

Here I have selecter the bottom 10 companies based on their average.

But now I want to add that I only want to see it if the company has bought goods for a certain amount in total.

Now it's looking at all companies and the top-10 is all based on companies that have only put in one order.

 

How can I add this second part?

1 ACCEPTED SOLUTION

I made a new colomn in the clients table where it shows me the total revenue for each client.

This I can use in a slicer.

 

Total revenue = CALCULATE(SUM(DEBFACTUUR[FACTBEDRAG]);FILTER(DEBFACTUUR;DEBFACTUUR[CDDEBITEUR] = REL_DEB[CDDEBITEUR]))
 
Revenue 2019 = CALCULATE(SUM(DEBFACTUUR[FACTBEDRAG]);FILTER(DEBFACTUUR;DEBFACTUUR[CDDEBITEUR] = REL_DEB[CDDEBITEUR]);FILTER(DEBFACTUUR;DEBFACTUUR[BOEKJAAR] = 2019))

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Simply add a filter to the visual explaining it should only show the companys with 1 order

But I want it based on the revenue.

 

I have a measure: Total revenue = CALCULATE(SUM(DEBFACTUUR[FACTBEDRAG]))

In a table etc this works, because it devides it over the costumors. If I add this to the Treemap it will only look at the total of a single invoice.

I can't use calculated colomn because I use year filters and the visual should change with it.

I can't use a slicer with the measure either, it just doesn't allow it.

I made a new colomn in the clients table where it shows me the total revenue for each client.

This I can use in a slicer.

 

Total revenue = CALCULATE(SUM(DEBFACTUUR[FACTBEDRAG]);FILTER(DEBFACTUUR;DEBFACTUUR[CDDEBITEUR] = REL_DEB[CDDEBITEUR]))
 
Revenue 2019 = CALCULATE(SUM(DEBFACTUUR[FACTBEDRAG]);FILTER(DEBFACTUUR;DEBFACTUUR[CDDEBITEUR] = REL_DEB[CDDEBITEUR]);FILTER(DEBFACTUUR;DEBFACTUUR[BOEKJAAR] = 2019))

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.