Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
11 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
11 |