Forum Discussion
wimsangers
6 years agoHelper I
Conditional measure
Hi all, I am stuck with creating a measure. I want to display in a table the total value of offers that are in the 'pipeline'. My issue is that some offers, have multiple sub-offers that have...
v-chuncz-msft
6 years agoCommunity Support
You may try RANKX to add a column.
https://community.powerbi.com/t5/Desktop/DAX-Grouping-tagging/m-p/189391#M83354
- wimsangers6 years agoHelper I
Thanks for your reply v-chuncz-msft ,
However, I prefer to create a measure because I want to keep my file small.
Do you know a solution where I can solve my problem using a measure?