Forum Discussion
Single Yearly File and Months Comparison Chart
- 9 years ago
Hi Tigex,
I attached the file here: https://1drv.ms/u/s!ArTqPk2pu-BkgQzkLSKO_LWuXijo, which would be a clear explanation.
1. One date table (Calendar) and your data table (table1);
2. 12 measures. (copy and paste, then change 1 to 2 - 12).
January = CALCULATE ( SUM ( Table1[Value] ), FILTER ( 'Calendar', MONTH ( 'Calendar'[Date] ) = 1 ) )3. Create a visual.
Best Regards!
Dale
Ok, i will try to be more specific.
The excel looks like this:
2017-01-01 | 100$ | note1
2017-01-02 | 950$ | note2
..
..
2017-08-01 | 140$ | notex
2017-08-02 | 800$ | notey
..
I would like to have a dashboard where i can choose 1 or more months and than show a line chart comparing the values (day-by-day) of 2 or more months.
Is that more clear ? I hope so ... :)
Thank you for any advise
Hi Tigex,
I attached the file here: https://1drv.ms/u/s!ArTqPk2pu-BkgQzkLSKO_LWuXijo, which would be a clear explanation.
1. One date table (Calendar) and your data table (table1);
2. 12 measures. (copy and paste, then change 1 to 2 - 12).
January =
CALCULATE (
SUM ( Table1[Value] ),
FILTER ( 'Calendar', MONTH ( 'Calendar'[Date] ) = 1 )
)3. Create a visual.
Best Regards!
Dale
- Tigex9 years agoRegular Visitor
Thank you very much ... without your help i would never have done it ... !
I really appreciated, you made my day.
Fabio
- v-jiascu-msft9 years agoMicrosoft Employee