Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi! I have two different tables each very important in it own datapoint that they throw. The thing is Related will not work in this case becuase are absolutely no coloumn on whom i can remove duplicate to link with the other coloumn.The table is as follows:
I hve the d list also with a lot of duplicates but in EX I do it as vlookup(d,sheet name[col],1,0) something like this so that in the end i can count the number of times the code repeats in the second file
There is a LOOKUP function in DAX:
https://msdn.microsoft.com/en-us/library/gg492170.aspx
Also, you can check out my article here as well, which has some various methods of replicating lookup functionality:
my both fields are not having any unique columns they both have a lot of duplicate values. thus am not able to use the related function. is there any other way?
Maybe you can create a key column with two other columns using the concatenate formula.
User | Count |
---|---|
81 | |
75 | |
70 | |
42 | |
36 |
User | Count |
---|---|
114 | |
56 | |
52 | |
43 | |
42 |