Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I can't visualize data through a line chart correctly.
This is what I need to do:
Please see the attachment.
Thank you in advance!
Hi
Instead of 2 measure, Try like below
Dim: Month, Year
Exp: Sum(Sales )+ sum( {1} 0 )
It will help you
Hi
Try like below
Sum( {<year={">=$(=year(today())-1)"}, Date={"<$(=MonthStart(Today()))"}>} Sales ) + sum( {1<year={">=$(=year(today())-1)"}, Date={"<$(=MonthStart(Today()))"}>} 0 )
Hi
Instead of 2 measure, Try like below
Dim: Month, Year
Exp: Sum(Sales )+ sum( {1} 0 )
It will help you
Thank you! It was helpful! 🙂
Now suppose that I have sales data from 2021 to 2013. Is it possibile to show just the last two years in the line chart (i.e. 2022 and 2023)?
Can I hide sales data of the current month ? For example, sales data of 2023-05-01 ? I would like to hide them because the full data for the current month are not available yet.
Please see the attachment.
Thank you !
Hi
Try like below
Sum( {<year={">=$(=year(today())-1)"}, Date={"<$(=MonthStart(Today()))"}>} Sales ) + sum( {1<year={">=$(=year(today())-1)"}, Date={"<$(=MonthStart(Today()))"}>} 0 )