Forum Discussion
Dynamic filtering of table
- 9 years ago
Hi, I have created filtering by formula and added column with value for every pair of Projects and Columns:
Column 2 = CALCULATE(PERCENTILE.INC('PBIs Duration'[Sum Duration],0.9), FILTER('PBIs Duration', EARLIER('PBIs Duration'[ColumnPK]) = 'PBIs Duration'[ColumnPK] && EARLIER('PBIs Duration'[TeamProject])='PBIs Duration'[TeamProject]))
Hi Vladislav_1986,
Please try to add ALLSELECTED in measure [Percentile 90], and check if it works fine.
Percentile 90 = CALCULATE(PERCENTILE.INC('PBIs Duration'[Sum Duration],0.9),'PBIs Duration'[Sum Duration]<>0,ALLSELECTED('PBIs Duration'))
Best Regards,
Angelia
Hello, as I didn't found the way how to connect filter from dashboard, I decided to do pre-filtering in formula in calculated column. One more complex step, but it works.
Thank you.
- v-huizhn-msft9 years ago
Microsoft Employee
Hi Vladislav_1986,
Congratulations, please mark your workaround as answer, so more people will benefit from here.
Best Regards,
Angelia- Vladislav_19869 years agoFrequent Visitor
Hi, I have created filtering by formula and added column with value for every pair of Projects and Columns:
Column 2 = CALCULATE(PERCENTILE.INC('PBIs Duration'[Sum Duration],0.9), FILTER('PBIs Duration', EARLIER('PBIs Duration'[ColumnPK]) = 'PBIs Duration'[ColumnPK] && EARLIER('PBIs Duration'[TeamProject])='PBIs Duration'[TeamProject]))
- jimmyswoosh7 years ago
Advocate I
Hi Vladislav_1986,
I'm reading through your issue and seems like I have a similar problem. Can you elaborate on what 'ColumnPK' is and what values are in it?
Thanks!