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
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
)
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |