Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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?

  • Anonymous's avatar
    Anonymous
    5 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

  • Anonymous's avatar
    Anonymous
    Not 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.

  • 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.

  • Anonymous's avatar
    Anonymous
    Not 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+1
    return
    DIVIDE(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: People
     
    Table:
    People       Items (count)   Time Divide
    Joe                 4                     20
    Jenny             3                     15
    Jane               1                      5
    Jeff                 4                     20
    • Anonymous's avatar
      Anonymous
      Not applicable

      I should also mention I have a page filter to filter a relative date of the next 2 weeks.

      • v-kelly-msft's avatar
        v-kelly-msft
        Community 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,
        Kelly

        Did I answer your question? Mark my reply as a solution!