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
jcamilo1985
Helper III
Helper III

filter propagation

Good Morning
I think I have done something wrong in my data model, model OneDrive, and I do not know how to solve it, for this reason I go back to you that you can always guide me in the best way.

 

the situation is that, on the one hand, the time measurements are not working as expected, for example with the previousyear or previousmonth functions the calculation is not performed and the truth is I do not know why this happens.

jcamilo1985_0-1600706840933.png    

jcamilo1985_1-1600706864763.png

Another aspect is that I need a table that shows the fulfillment of the goal that is in the table "regional goals" discriminated by date, but it is not filtered in the correct way despite the fact that they are with both a filter type between regions and goals.

Can someone please tell me why this behavior is occurring

jcamilo1985_3-1600706966080.png

jcamilo1985_4-1600707128431.png

jcamilo1985_5-1600707192811.png

 

1 ACCEPTED SOLUTION
v-yiruan-msft
Community Support
Community Support

Hello @jcamilo1985 ,

I have updated your file, you can get it from this link. Check if the values are correct. Updated information as follows:

1. Update the measurement formula [ sales lastyear] and [ Last monthsales]

ventas año pasado = CALCULATE(ventas[ventas_pbs],SAMEPERIODLASTYEAR('calendario'[keyDate]))​
Ventas ultimo mes = CALCULATE(ventas[ventas_pbs],DATEADD('calendario'[keyDate],-1,MONTH))

2. Create 3 measures and update the measurement formula [goal_sales_regional]

1)Get the sum of commercial pbs2 in table metas_director

00_Meta Comercial Pbs2 = 
var _curdate=MAX('calendario'[keyDate])
return CALCULATE(SUM('metas_director'[Meta Comercial Pbs2]),FILTER('metas_director','metas_director'[fecha]=_curdate))​

Measure = SUMX(VALUES('calendario'[keyDate]),[00_Meta Comercial Pbs2])​

2) Get the sum of commercial pbs2 in table metas_regionals

goal_sales_regional = 
var _curdate=MAX('calendario'[keyDate])
return CALCULATE(SUM(metas_regionales[Meta Comercial Pbs2]), FILTER('metas_regionales','metas_regionales'[fecha]=_curdate))​​
Measure 2 = SUMX(VALUES('calendario'[keyDate]),[goal_sales_regional])

filter propagation.JPG

Best regards

Rena

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yiruan-msft
Community Support
Community Support

Hello @jcamilo1985 ,

I have updated your file, you can get it from this link. Check if the values are correct. Updated information as follows:

1. Update the measurement formula [ sales lastyear] and [ Last monthsales]

ventas año pasado = CALCULATE(ventas[ventas_pbs],SAMEPERIODLASTYEAR('calendario'[keyDate]))​
Ventas ultimo mes = CALCULATE(ventas[ventas_pbs],DATEADD('calendario'[keyDate],-1,MONTH))

2. Create 3 measures and update the measurement formula [goal_sales_regional]

1)Get the sum of commercial pbs2 in table metas_director

00_Meta Comercial Pbs2 = 
var _curdate=MAX('calendario'[keyDate])
return CALCULATE(SUM('metas_director'[Meta Comercial Pbs2]),FILTER('metas_director','metas_director'[fecha]=_curdate))​

Measure = SUMX(VALUES('calendario'[keyDate]),[00_Meta Comercial Pbs2])​

2) Get the sum of commercial pbs2 in table metas_regionals

goal_sales_regional = 
var _curdate=MAX('calendario'[keyDate])
return CALCULATE(SUM(metas_regionales[Meta Comercial Pbs2]), FILTER('metas_regionales','metas_regionales'[fecha]=_curdate))​​
Measure 2 = SUMX(VALUES('calendario'[keyDate]),[goal_sales_regional])

filter propagation.JPG

Best regards

Rena

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@yingyinr simply brilliant, thank you very much for your help, congratulations

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.