I have following tables
Build table with Code Coverage
Mapping table - Work Item ID & Build ID
And Work Item table
Now, I have a measure that gives me the latest Build ID (from that second table of Build ID & Work Item ID)
And with that I am fetching relevant Build Repo & Code Coverage in that third table
Hence in the third table as shown above, I am getting the latest Code Coverage against the work item & repo.
Now, what I need is, to get the previous Code Coverage in that third table shown above.
For that I need a measure in this third table, to get the second highest 'build ID' from the build table (First Table), for that respective 'Build Repo' column value in the Third table.
How can I use Lookup to do that?
Solved! Go to Solution.
Hi,
You can create a measure with the following logic:
Start data:
Dax:
I hope this helps and if it does consider accepting this as a solutio nand giving the post a thumbs up!
Proud to be a Super User!
@yogeshk77 provide sample data in a tabke format/ create a sample pbi, upload in 1/g drive and share the link here
Proud to be a Super User!
New Animated Dashboard: Sales Calendar
Hi,
You can create a measure with the following logic:
Start data:
Dax:
I hope this helps and if it does consider accepting this as a solutio nand giving the post a thumbs up!
Proud to be a Super User!
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
113 | |
71 | |
49 | |
33 | |
31 |
User | Count |
---|---|
145 | |
95 | |
86 | |
48 | |
42 |