Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Have two fields 'Customer code' , 'Customer name' . Would like to show customer code + Customer name in Y Axis. I tried dropping both fields in Fields section - Axis but could not acheive the result.
Appreciate your help.
Solved! Go to Solution.
@Ramkumar23 , here y-axis is for bar/Horizontal visual. Means x-axis on column/vertical visual. You should able to drop that.
Otherwise y-axis is number you should have some aggregation to drop that.
Can you share some kind of screenshot
Hi @Ramkumar23 ,
Unfortunately, it only can show values on Y axis for now. It is not supported for Y axis.
We can create a calculated column to concatenate two values and then show it on X axis.
Country Product = 'Table'[Country]&", "&'Table'[Product]
@Ramkumar23 , here y-axis is for bar/Horizontal visual. Means x-axis on column/vertical visual. You should able to drop that.
Otherwise y-axis is number you should have some aggregation to drop that.
Can you share some kind of screenshot