Forum Discussion

Priyamxylem's avatar
Priyamxylem
Helper I
1 year ago
Solved

Scrollable Horizontal Bar chart

I have list of testcases and there outcomes like how many times it failed, OK, In-progress, on-hold for each testcase id.

I want to create something like below  where different colors will show different stages count.

 

 

                                                              I can achieve this via stacked bar chart but issue is I have 100 such testcases and after adding all the field the view I am getting is as below which is nor readable. Do not see any scrolling feature using which I can limit it to show only limited testcase id on screen and rest can be scrolled up and down

powerbi2 PowerBI npowerbi powerbi3 

  • Adjust the y axis type to 'catergorical' to change the data type of the test case column from integer to text to force this behaviour

  • Anand24's avatar
    Anand24
    1 year ago

    Priyamxylem  - Your ID (Field in Y-Axis) is in numeric and hence the issue. Change it to Text and issue should be resolved.

5 Replies

  • Deku's avatar
    Deku
    Super User

    Adjust the y axis type to 'catergorical' to change the data type of the test case column from integer to text to force this behaviour

  • Hi Priyamxylem ,
    Move your customer ID to from "Legend" to "Y-Axis":

     

     

    Give a Thumbs Up if this post helped you in any way and Mark This Post as Solution if it solved your query !!!

    Proud To Be a Super User !!!
    LinkedIn

     

    • Anand24's avatar
      Anand24
      Super User

      Priyamxylem  - Your ID (Field in Y-Axis) is in numeric and hence the issue. Change it to Text and issue should be resolved.