Forum Discussion
Cumulative dax query help
Hi GuestUser ,
I am currently not working with SSAS Tabular, but it is documented in the DAX Guide as follows.
Returns the largest value in a column, or the larger value between two scalar expressions. Ignores logical values. Strings are compared according to alphabetical order.
Which version are you using?
- mwegener6 years agoMost Valuable Professional
Hi GuestUser ,
the same problem is described here.
https://community.powerbi.com/t5/Service/Running-Total-Issue/td-p/964702
Unfortunately, the SELECTEDVALUE solution is only available from SSAS 2017.
https://dax.guide/selectedvalue/
- GuestUser6 years agoHelper V
Hi mwegener
@Thanks for your inputs!!
Used below formula(similar)..replaced selected value by hasonevalue and it worked..
Thanks !!
Measure = CALCULATE ( [Sales], FILTER ( ALLSELECTED ( 'Table'[Category] ), 'Table'[Category] <= SELECTEDVALUE ( 'Table'[Category] ) ) )- v-eachen-msft6 years agoCommunity Support
Hi GuestUser ,
I am glad that your problem has been resolved, you could accept your own reply to close the case.