Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have transactions on different dates i want to show Min and Max date whatever i selected in slicer. Currently my measures are showing whatever transaction min and max date.
Statement of Account "MinDate" From "MaxDate" should be 31/05/2012 and 13/02/2024
Measures which i'm currently using are
Solved! Go to Solution.
hi, @aqsasaleem
try below
Selected Min date =
CALCULATE (
FORMAT(
MIN (cl_resultset[md_date] ),
"dd/mm/yyyy"
),
ALL( cl_resultset[md_date])
)
Selected Max date =
CALCULATE (
FORMAT(
max (cl_resultset[md_date] ),
"dd/mm/yyyy"
),
ALL( cl_resultset[md_date])
)
hi, @aqsasaleem
try below
Selected Min date =
CALCULATE (
FORMAT(
MIN (cl_resultset[md_date] ),
"dd/mm/yyyy"
),
ALL( cl_resultset[md_date])
)
Selected Max date =
CALCULATE (
FORMAT(
max (cl_resultset[md_date] ),
"dd/mm/yyyy"
),
ALL( cl_resultset[md_date])
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |