Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi,
I tried to get the last Date of order of each Customer ID by using formular : LASTDATE()
Last Date Purchaes = LASTDATE(Orders[Order Date].[Date])
but it gave me the duplicate last date of order of each customer id.
here is the result:
the data set using is: sample_superstore.
Hope to hear from you.
thanks!!
Solved! Go to Solution.
@Anonymous
Yes, You can not use a MEASURE in SLICER
But you can add a calculated column as follows. Then use it in slicer
Column = CALCULATE(max(Orders[Order Date]),ALLEXCEPT(Orders,Orders[Customer ID]))
Hi @Anonymous
In the picture it seems you added this formula as calculated column
Use a MEASURE instead
Measure = LASTDATE(Orders[Order Date])
or
Measure = MAX(Orders[Order Date])
Hi,
Thank you for your solution.
I works now!!
@Anonymous
Yes, You can not use a MEASURE in SLICER
But you can add a calculated column as follows. Then use it in slicer
Column = CALCULATE(max(Orders[Order Date]),ALLEXCEPT(Orders,Orders[Customer ID]))
Dear, Thank you for your solution.
I can use slicer now. but one thing happen is the user id is duplicated.
I dont know why. Could you help me to check it, please?
Here is the sample file that I use.
Thanks and hope to hear from you!!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 64 | |
| 45 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 115 | |
| 114 | |
| 38 | |
| 36 | |
| 26 |