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 all,
I have several YTD measures by union I have made a waterfall visual but it is not showing me YTD just actual data for that month.
This is my actual monthly data and YTD table.
ANd here is my YTD Forecast spend -
Hi @baribir ,
please change the calendar date column type to DATE type and use the below DAX formula to calculate YTD
YTD Forecast Spend =
CALCULATE ( SUM ( 'Table'[Forecast Spend] ), DATESYTD ( 'Calendar'[Date].Date ) )
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
Regards,
Gaurav Raj Singh
LinkedIN : https://www.linkedin.com/in/gauravrajsingh/
Hi @Anonymous ,
As you see in table format YTD is working and the calculations are correct. The datetable date is in date format.
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |