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.   PickedHo...
  • Jayee's avatar
    3 years ago

    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!!