March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
168 | |
116 | |
63 | |
57 | |
50 |