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
Nuno_Paixao
Regular Visitor

Add Sumif values from a different table based on slicer selection

Hi,

 

I would like to fulfil a column with a sumif of values from a different table but with a filter from a slicer.

 

Let’s give the example:

  • One table has a list of items with two columns (item number and Item description)

Nuno_Paixao_1-1664694638686.png

  • Other table has the consumption of items (item number, quantity and consumption date

Nuno_Paixao_3-1664695003217.png

My objective is, keeping the first list with all items and add one more column to fulfil with the consumption for respective item.

But the consumption must change for the respective year selected on slicer with the year.

 

For example, if 2021 is selected on slicer, the item, in the first table the item "a" will appear with the value 2 on column consumption, all the other items will keep with no valeu or zero value.

If 2022 was selected on slicer, the item, in the first table the item "a" will appear with the valeu 4 on column consumption and item "c" with 14, all the other items will keep with no valeu or zero value.

 

Many Thanks 

Nuno Paixão

1 ACCEPTED SOLUTION

@Nuno_Paixao 

Hi,

Right click the Item then tick show items with no data.

Dinesh_Suranga_0-1664708161758.png

Please accept this as solution if this helped to solve your problem.

Thank you

 

View solution in original post

4 REPLIES 4
Nuno_Paixao
Regular Visitor

Hi Dinesh,

 

many thanks, so simple.

 

KR 

Nuno Paixão

Dinesh_Suranga
Continued Contributor
Continued Contributor

@Nuno_Paixao 

First -  Create relationship between items table and consumption table base on Item.

Dinesh_Suranga_0-1664697630206.png

 

Then create a mesure using  following DAX formula.

Consumption = SUM(Consumptions[qtd])

Then you will get the answer.

Dinesh_Suranga_1-1664697901921.png

Dinesh_Suranga_2-1664697924435.png

Please post back here if you are having issues.

If this post helped to solve your issue. Please acept as the solution.

Thank you.

Hi Dinesh,

 

Thanks, but I need keep the other items in the list with zero values.

 

Many Thanks

Nuno Paixão

 

@Nuno_Paixao 

Hi,

Right click the Item then tick show items with no data.

Dinesh_Suranga_0-1664708161758.png

Please accept this as solution if this helped to solve your problem.

Thank you

 

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.