Forum Discussion
Anonymous
6 years agoNot applicable
calculate with text filter
Hello, I have two linked tables : The first one : For each Projects code, "phase par défaut" is unique. I have the second one called budget, contains an amount of hour per pha...
- 6 years ago
Anonymous ,
So here you go:
Budget phase = CALCULATE(sum('public budget'[Heures prévus]),FILTER('public budget','public budget'[Phase de projet]=RELATED('public financial-overview'[Phase par défaut])))
Tahreem24
Super User
6 years agoYou made little mistake for bracket.
Budget phase = CALCULATE(sum('public budget'[Heures prévus]), ALLEXCEPT('public financial-overview','public financial-overview'[Phase par défaut],'public financial-overview'[Code de projet]))
Take both the Code de Project and phase par defaut under ALLEXCEPT. Just compare your given measure and mine above measure so you'll get an idea.
I would appreacuate your KUDOS.
Anonymous
6 years agoNot applicable
Tahreem24 Thanks.
I obtain this :
It s like it is not filtered by the slice...
Btw what is a kudo?
Regards