The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Guys,
*Dummy data here*
I want to sort out various rows, with multiple rows of each phone number to end up with a table showing a unique list of phone numbers, and showing the ‘Stage’ given the most recent record creation.
Below, 2nd image, is nearly there, but frustratingly only shows the highest number, instead of most recent. E.g. 4) added on 1st of Jan is shown instead of 5) added on 10th of Jan.
Nearly there results table.
Solved! Go to Solution.
@ladams , You can solve it by using measures too, Not need to create additional tbale. see if this can help
Latest
https://amitchandak.medium.com/power-bi-get-the-last-latest-value-of-a-category-d0cf2fcf92d0
if you want new table then create it using
lasnonblankvalue(Table[Date], Max(Table[Phone])
@ladams , You can solve it by using measures too, Not need to create additional tbale. see if this can help
Latest
https://amitchandak.medium.com/power-bi-get-the-last-latest-value-of-a-category-d0cf2fcf92d0
if you want new table then create it using
lasnonblankvalue(Table[Date], Max(Table[Phone])
Thank you very much, your video was siper helpful for this. Im going through all your other helpful videos on your channel now.
User | Count |
---|---|
15 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |