Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have static table crated in the AAS model (Table1) and this to be converted and shown like table2: ( Adding Padding to each Name). Please suggest how to add padding to each label.
Table1:
| Name | Index |
| AAAAAAAA | 1 |
| BBBBBBBB | 2 |
| CCCCCCC | 3 |
| DDDDDD | 4 |
| EEEEEEE | 5 |
| FFFFFFF | 6 |
| GGGGG | 7 |
| HHHHHH | 8 |
Final Output should show in the dashboard is :
Solved! Go to Solution.
Hi @Naveen29 ,
Please turn off the Text Wrap option for Values in Format pane:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Naveen29 ,
Please turn off the Text Wrap option for Values in Format pane:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Create a new column in your data and use that in measure
Proud to be a Super User!
@VijayP I created this DAX ,however when it pulled in to dashboard ,the output showing orginal format not showing any padding to the labels.
| User | Count |
|---|---|
| 57 | |
| 44 | |
| 30 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 71 | |
| 59 | |
| 39 | |
| 22 | |
| 21 |