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 September 15. 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 |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
10 | |
7 |