Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a YOY measure using DAX with a filter for year to select only one year for a bullet chart KPI. It will display fine in a table but in the bullet chart it seems to ignore the year filter. I submitted the issue to Microsoft but in the mean time, I am looking for a work around. I was thinking possibly a DAX table that includes only the 2018 year I want to display could work but I haven't been able to get DAX syntax to work in this fashion. Open to any ideas.
Solved! Go to Solution.
Follow up - I was able to fix this by creating a DAX date table. Then I had to create a new field in the DAX table that was derived with a string formation of the date - "1/1/" & [Year]. Then that has to be converted to a date form. For some reason that is the only version of the field that plays well with the bullet chart. I did try that same process within my original data table but it wasn't working (I think because it wasn't continuous - but also because the heirarchy kept automatically getting put on it). Sorry I don't really understand why this worked or why it was necessary - but it is resolved for now.
Hi @ahumke
How do you structure your dataset?
Which columns do you add to the bullet chart?
Best Regards
Maggie
Follow up - I was able to fix this by creating a DAX date table. Then I had to create a new field in the DAX table that was derived with a string formation of the date - "1/1/" & [Year]. Then that has to be converted to a date form. For some reason that is the only version of the field that plays well with the bullet chart. I did try that same process within my original data table but it wasn't working (I think because it wasn't continuous - but also because the heirarchy kept automatically getting put on it). Sorry I don't really understand why this worked or why it was necessary - but it is resolved for now.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 96 | |
| 70 | |
| 50 | |
| 42 | |
| 40 |