Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I know this answer is staring at me in the face. Why when I have an unsummarized value I want to show on either a line chart or bar chart does it summarize? The axis is a day and then I have one value - a weight. Here are some visuals and thanks for the information
Solved! Go to Solution.
Hey,
please check if your column "WeighInDate" is of data type "datetime" or "date" basically I would recommend to change it to date.
Mark the visual, switch to the Format options and check the settings for "X-Axis". I guess the value for the type equals to "continuous" switch it to "categorical" and you will get what you want.
Hopefully this is what you are looking for
Regards
Tom
Hey,
please check if your column "WeighInDate" is of data type "datetime" or "date" basically I would recommend to change it to date.
Mark the visual, switch to the Format options and check the settings for "X-Axis". I guess the value for the type equals to "continuous" switch it to "categorical" and you will get what you want.
Hopefully this is what you are looking for
Regards
Tom
That did it. Thanks