Forum Discussion
Plot arrow automatically
Hi Zakaria_1980 ,
Power BI doesn't support to plot arrow in a line chart currently. How about plotting a dynamic reference line on x-axis?
In your scenario, you can
1. create a "line and stacked column chart";
2. Put column [Date] into shared axis and put [actual sales] into line values.
3. Put column [CurrentWeek] into column values and choose "Count".
Or, create a measure like this, put this measure into column values.
CurrentWeek Measure = IF(SELECTEDVALUE('Table'[CurrentWeek])<>BLANK(),1)
To hide the y-axis (column), do this:
BTW, .pbix file attached.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
please how we can hide even the numbers highlited in yellow (left hand side) ?
Thanks
- vanessafvg6 years agoCommunity Champion
switch off the Y axis in your settings (the little painbrush)