Forum Discussion
newbie_powerbi
Helper II
3 years agosumx and allselected
https://www.sqlbi.com/articles/the-definitive-guide-to-allselected/ I can see that iteration on allselected creates a shadow context I use ALLSELECTED inside SUMX so how can I handle my probl...
andhiii079845
Solution Sage
3 years agoThan change it like this:
Measure 2 =
MAXX(FILTER('Table','Table'[open ticket count]=1),'Table'[open_dt])
newbie_powerbi
Helper II
3 years agoss
placed the measure but it is returning the same value as open_dt
- andhiii0798453 years ago
Solution Sage
You can not but open_dt and close_dt in this matrix. look to my matrix.
- andhiii0798453 years ago
Solution Sage
Make a matrix in excel and show us what you want to see 1:1 🙂
- newbie_powerbi3 years ago
Helper II
can you share the pbix file
I replaced the same measure as you sent but got the max date as open_dt
- andhiii0798453 years ago
Solution Sage
You mentionied this, what you want zu see (yellow):
I send you this: (measure definition in my previous post)
You build this:
Delete the columns open_dt and close_dt in your matrix. 🙂
Than you get the yellow marked rows. If you want something else please make a little example in excel what do you want to see excatly.