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! Learn more
Hi Team
i am using data range slicer in report
i need to clalculate sum of sales of max date of slicer like (30-09-2022)
Solved! Go to Solution.
Hi,
I am not sure if I correctly understood your question, but please check the below measure whether it suits your requirement.
new measure: =
VAR _maxdate =
MAX ( Query1[Report Date] )
RETURN
CALCULATE (
SUM ( Query1[Gross Gen (incl NC Gen) Day - (MU)] ),
Query1[Report Date] = _maxdate
)
Hi,
I am not sure if I correctly understood your question, but please check the below measure whether it suits your requirement.
new measure: =
VAR _maxdate =
MAX ( Query1[Report Date] )
RETURN
CALCULATE (
SUM ( Query1[Gross Gen (incl NC Gen) Day - (MU)] ),
Query1[Report Date] = _maxdate
)
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 |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 9 | |
| 9 | |
| 8 |