Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |