The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all
How can I hide a column from a matrix table. I need to hide the ones with an arrow:
The metric % difference is:
% Difference = DIVIDE(
CALCULATE([Unit Cases AC], 'Period'[Year Cal] = "c2023") - CALCULATE([Unit Cases AC], 'Period'[Year Cal] = "c2022"),
CALCULATE([Unit Cases AC], 'Period'[Year Cal] = "c2022")
)
I would like to keep only the '% difference ' in bold like this:
Thanks!
Solved! Go to Solution.
Hi @o59393 ,
Easist way is to shrink down the columns until you don't seem them but for this be surre to turn off wrap value on the options of the values.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @o59393 ,
Easist way is to shrink down the columns until you don't seem them but for this be surre to turn off wrap value on the options of the values.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsTurned off the text wrap for column headers and worked.