I'm pretty new in Power BI, I have a table with 6 columns, the last row obviously is the total with the sum / mean of the rows. I just need to remove 3 of the 6 totals. I mean I want that there is a blank/empty string. How can I do that?
I want to remove the 3 values in the picture. I hope this is a easy task. thank you
You can use function HASONEVALUE( columnName) with if. if (HASONEVALUE('Table'[SomColumn], 'then your calculation', BLANK() )