Forum Discussion
volt26
Helper I
1 year agoDAX formula that returns columns based on subcolumn's value from smallest to highest
Hello! I need to return columns but the data needed varies on a subcolumn named KEY. Each EVENT can have multiple KEY entries. If KEY is the lowest of EVENT, the formula needs to take the data fr...
- 1 year ago
Hi,
PBI file attached.
Hope this helps.
Ashish_Mathur
Super User
1 year agoHi,
PBI file attached.
Hope this helps.
volt26
Helper I
1 year agoThank you very much! This file does all I need.
If someone else use this, be aware that the smallest key is entered manually with a static value of 1. In my case, I didn't mention it but the key varies from event to event so I needed to change this static value for "Data[KEY]=MIN(Data[KEY])"
Have a wonderful day!
- Ashish_Mathur1 year ago
Super User
You are welcome.