Profitbase / PowerBI-visuals-FinancialReportingMatrix

Power BI Custom Visual for Financial Reporting
65 stars 23 forks source link

Column Formular doesn't work properly #572

Open ShanaiJin opened 3 months ago

ShanaiJin commented 3 months ago

I had VAR column formula as below and it works perfectly in before , but now it doesn't work:

Formula : IF(RowHeader()=="Margin %","",IF(RowHeader()=="OPEX",Budget-Actual,IF(Row().style=="stylesSubtotal",Actual-Budget, VAR)))

7564962903d786a5615c5ce4af19514

Can you check what may cause this issue ? Thanks ! Best Regards Shanai

AndersAano commented 3 months ago

Hi @ShanaiJin,

It seems the rows have lost their style.

Could you see if these steps help?

Try these steps:

  1. Search for "Outline" in the format pane of the visual (this will return all outline fields)
  2. Scroll through and look for any blank fields.
  3. If blanks, select any other option.

You can see in my screenshot I have a blank outline field under Values Formatting:

image

Change all blank you find in the option, and set them to something else, or just "none". Then all should work.

Best regards Anders