The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
69 | |
65 | |
63 | |
55 | |
28 |
User | Count |
---|---|
112 | |
81 | |
65 | |
48 | |
43 |