Forum Discussion
fabsterfab
8 years agoFrequent Visitor
DAX Help - Measures and text
I have a single table which contains data for many different parameters throughout a facility. I am using FILTER to get data into measures for many different VARID's (flows,temps, chemical levels etc...
- 8 years ago
I'm all set - i found out all I needed to do was replace average with VALUES to get the text information I needed.
Thanks!
Alan
MFelix
Super User
8 years agoHi fabsterfab,
Assuming that you want to find all the text values that are within the select values maybe you can use the CONTENATEX function, usually I use to the headers of my reports to show company names selected or customers.
Check this link
https://msdn.microsoft.com/en-us/query-bi/dax/concatenatex-function-dax
If you want I can send you an example.
Regards,
MFelix