Forum Discussion
How to setup a table with 3 calculated columns
Deez hey see attached solution. I did it with two methods.
1st method, combined soure 1 and source 2, removed all the column except Id and made it distinct, called this table Source. created relation on id from source (new table) wiht source 1 and source 2. added new column called Status in Source (new table)
2nd method, combined soure 1 and source 2, called this table SourceCombine. created 3 measures which you can check in attached file.
PS - Ignore other tables in the file, those were for some other use case.
Thank you parry2k for taking the time to help solve this problem!
Just a question on method 2 which i am interested in using.
What can we substitute the max function with if there are multiple values per ID (The ID in my case is not unique per line)?
- parry2k7 years ago
Super User
Deez if you have more thn one value for an Id, I guess you have some other unique identifier which you need to include in your matrix visual. It is always good to post your question more close to real time data as solution could be totally different based on data model. FYI.