Forum Discussion
jlinhenley
7 years agoFrequent Visitor
using RANKX and allselected together with visual filters
Hi, I have a problem i cannot figure out. I have a matrix, with two levels of aggregation and also has a RANKX measure RANKX(ALLSELECTED(ETOs[Job Number]), [Total ETOs To Date]) It is using ALL...
- 7 years ago
I ended up solving this issue. What i had to do was create a dimension table on the activities (but dont create a relationship back to the job activities). Then used this as the filter to apply for rank and using the values option in RANKX to actifically blank out the unselected stages. Works well, but computationally quite hard on the cpu.
RANKX( FILTER( ALL(ETOs[Job Number]), [Job Last Stage] IN VALUES('Activities Table'[ActivityDesc])), [Total ETOs To Date], IF([Job Last Stage] IN VALUES('Activities Table'[ActivityDesc]), [Total ETOs To Date], BLANK()))
Ashish_Mathur
7 years agoSuper User
Hi,
Could you share a dataset and show the expected result.
- jlinhenley7 years agoFrequent Visitor
How do I share the pbix? Can i sent it to your email?
- Ashish_Mathur7 years agoSuper User
Hi,
Upload to Google Drive and share the download link here.
- jlinhenley7 years agoFrequent Visitor