Forum Discussion
ven-bodempudi
3 years agoNew Member
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...
- 3 years ago
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!!
ven-bodempudi
3 years agoNew Member
Thanks Jayee, it works