Hello,
I'd like to create a measure for Revenue that shows the value by a date field, based on another date field which I filter.
Example: When I click on the date 17th March 2021 of modifiedon-date, the chart above should show the value of March 2021 by Est. close date.
Probably I have to use selectedvalue with modifiedon, but I'm not sure. Thank you in advance
Solved! Go to Solution.
ALready got the solution.
Inactive relationship between fields yearmonth
then create a measure like this:
Calculate( sum(revenue)
, field = Selectedvalue(field)
, userelationship('a'yearmonth, 'b'yearmonth))
ALready got the solution.
Inactive relationship between fields yearmonth
then create a measure like this:
Calculate( sum(revenue)
, field = Selectedvalue(field)
, userelationship('a'yearmonth, 'b'yearmonth))
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
102 | |
79 | |
71 | |
48 | |
47 |
User | Count |
---|---|
157 | |
89 | |
81 | |
69 | |
67 |