Hi All
I have a Table , it can display YTD and LYTD sales and Sales Vari % :-
When itry to plot the chart it can display YTD and LYTD :-
Now i try to plot the Sales Vari % only , it does not display . Can some one advise me where go wrong ?
Paul Yeo
Solved! Go to Solution.
Hi,
In the Source, delete the Source_temp column. Revise the Sales_YTD measure to:
Sales LYTD =
var _max = date(year(today())-1,month(today()),day(today()))
return
TOTALYTD([SALES_],dateadd('DATE'[Date],-1,year),'DATE'[Date]<=_max)
Hi
Hi,
In the Source, delete the Source_temp column. Revise the Sales_YTD measure to:
Sales LYTD =
var _max = date(year(today())-1,month(today()),day(today()))
return
TOTALYTD([SALES_],dateadd('DATE'[Date],-1,year),'DATE'[Date]<=_max)
You are welcome.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
216 | |
71 | |
69 | |
58 | |
57 |
User | Count |
---|---|
251 | |
220 | |
105 | |
76 | |
75 |