Forum Discussion

ven-bodempudi's avatar
ven-bodempudi
New Member
3 years ago
Solved

Formatting Power BI Matrix

Hi Everyone,

 

i have below requirement.

 

Above is the Matrix Visual, hour is in columns and sales in values. Data is being displayed correctly. Now our expection is below.

 

PickedHour12:00 AM1:00 AM2:00 AM3:00 AM4:00 AM5:00 AM6:00 AM7:00 AM8:00 AM9:00 AM10:00 AM11:00 AM12:00 PM1:00 PM2:00 PM3:00 PM4:00 PM5:00 PM6:00 PM7:00 PM8:00 PM9:00 PM10:00 PM11:00 PM
PickersNeeded102030405060708090100110120130140150160170180190200210220230

240

 

 

 

Can you please suggest  me how to do it?

 

Thanks

Venkat

  • ven-bodempudi 

     

    Oh you need "PickedHour" and "PickersNeeded" in the chart two possibilities we have

    1) Add a text box and write the name and show by arranging.

    2) Create a calculated column in the table named "PickedHour" and value is "PickersNeeded" and add this in Row fields of matrix visual.

    PickedHour = "PickersNeeded"

     

    If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!

4 Replies

  • Jayee's avatar
    Jayee
    Responsive Resident

    Hi ven-bodempudi ,

     

    You want to display hour's in AM/PM insted of 24hrs format.

    This need to be done in field itself change the format of field it will reflect in Matrix.

     

    If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!

  • Jayee I want to display headers. if you see my top visual there are no headers. Need your help in displaying headers.

  • Jayee's avatar
    Jayee
    Responsive Resident

    ven-bodempudi 

     

    Oh you need "PickedHour" and "PickersNeeded" in the chart two possibilities we have

    1) Add a text box and write the name and show by arranging.

    2) Create a calculated column in the table named "PickedHour" and value is "PickersNeeded" and add this in Row fields of matrix visual.

    PickedHour = "PickersNeeded"

     

    If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!