Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
I have a header field, and two attribute fields that I would like to include as row headers on a matrix.
With stepping, the options are either
Stepping On:
HEADERTEXT
ATTRIBUTE1
ATTRIBUTE2
Or
Stepping Off:
HEADERTEXT ATTRIBUTE1 ATTRIBUTE2
Is it possible to do partial stepping as below, where one of the row headers is stepped and the others aren't?
HEADERTEXT
ATTRIBUTE1 ATTRIBUTE2
Check if a calculated column that concatenates the values helps.
If I use a calculated column with REPT of a space character to pad it then I can emulate partial stepping, however this requires the matrix field be using Courier New, the only fixed-with font (as far as I am aware), which does not fit well with the company branding.
Partial stepping using a computed column
Do you have any idea how I could do the above without needing to use Courier New?
Thanks for the direction@v-chuncz-msft,
Andrew
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.