Forum Discussion
Visual not showing up after refresh
Hello,
I have one visual in my report that, after refreshing the data, is not showing up (it is just the title of the visual and then nothing underneath). I have not changed any of the filters, etc. The data is in a quadrant chart visual, and the data does show up in all the other visualizations, just not the quadrant one, which is the one it always has been. Any thoughts on why this isn't working?
- Anonymous5 years ago
Hello,
I removed the "count of ask" and replaced that column with "count of completion time", and it seems to be working. Still not sure why this happened, but no need for a resolution now.
6 Replies
- AnonymousNot applicable
Hello,
I removed the "count of ask" and replaced that column with "count of completion time", and it seems to be working. Still not sure why this happened, but no need for a resolution now.
- amitchandakSuper User
Anonymous ,is it showing any error or warning. Any formula or visual showing triangle sign with error. If check and resolve that.
else create a new visual and check there is data available for that visual to display
or
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
- AnonymousNot applicable
There is no error or warning; it is just blank. I tried creating a new visual; the same thing happens (works in all other visual except the one I need).
I can't share sample data, but I can replicate the table with different data here:
X-Axis:
timedivide =var _week=WEEKNUM('end date',2)-WEEKNUM('start date',2)var _value=_week+1returnDIVIDE(completion time',_value)Y Axis: Count of Items (it is actually a column of text items, but the table is set to count them)Legend Axis: PeopleTable:People Items (count) Time DivideJoe 4 20Jenny 3 15Jane 1 5Jeff 4 20- AnonymousNot applicable
I should also mention I have a page filter to filter a relative date of the next 2 weeks.
- v-kelly-msftCommunity Support
Hi Anonymous ,
Not very clear about your description,could you pls share some screenshots with your expected output to make it clear?
Best Regards,
KellyDid I answer your question? Mark my reply as a solution!