Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I wanna show in table only the lastest stage from each name based in date.
I tried use MAXX function but i failed.
How can i make it? Thanks everyone
Solved! Go to Solution.
Please create a new measure and add the following formula:
MaxStage = CALCULATE(MAX(Sheet1[Stage]),FILTER(Sheet1,Sheet1[Date]=MAX(Sheet1[Date])))
PowerBI workspace attached
From the same table
Please create a new measure and add the following formula:
MaxStage = CALCULATE(MAX(Sheet1[Stage]),FILTER(Sheet1,Sheet1[Date]=MAX(Sheet1[Date])))
PowerBI workspace attached
Works! Thank you so much!!
I'll just leave the code here for everyone:
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
13 | |
11 | |
9 | |
6 |