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.
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 |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
9 | |
7 |