The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello all!
I am trying to create some visualizations with the "line and clustered column chart" visual.
The issue I am having is that the bar disappears as soon as I add the Year value to the x-axis. I have other very similar visuals with the same structure. The measures share the same DAX formula and are essentially the same, which is this:
I have tried checking properties and changing the visual's size, but nothing has worked so far. I am very puzzled here. If anyone has any advice/suggestions, that would be very much appreciated!
Thanks!
Solved! Go to Solution.
@mmtd , Please use a date table in Slicer, measure and visual . Join Date of you table with Date of Date table
measure like
CALCULATE([Intake Number], Dateadd('Date'[Date], -1, YEAR)
Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5b...
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
@mmtd , Please use a date table in Slicer, measure and visual . Join Date of you table with Date of Date table
measure like
CALCULATE([Intake Number], Dateadd('Date'[Date], -1, YEAR)
Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5b...
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
It's been fixed! Thank you so much for your input. I really appreciate your advice!