Forum Discussion

chilled_chick's avatar
chilled_chick
Frequent Visitor
3 years ago

Table - volume total on character column

hello, new to Power BI.

I have a table of data which is at client level and I am displaying the client name in the 2nd column. My requirements specify a volume count in the total line (yellow highlighted 3 in this example), but I am really struggling to get Power BI to display this:

I have managed to create the above with an almost hidden column using the steps detailed in Solved: How to get Total for a colum with data type "text" - Microsoft Power BI Community. However, the hidden column is not fully hidden and the user can expand the column which will cause confusion. I don't want a second column with a '1' in every row, just to display a total row count.

Is there a simpler solution please?

5 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi chilled_chick,

    So you mean use this formula to calculate and expand all the rows in your table? If this is an expression return numeric values, you can simply add +0 after the expression to force expand the calculation on each row of current category group.
    For 'text' expression, you can concatenate a whitespace character after the expression and then calculation will be applied to each row contents that aggregated be category fields.
    Regards,

    Xiaoxin Sheng

  • chilled_chick's avatar
    chilled_chick
    Frequent Visitor

    Anonymous sorry, no I don't mean that at all ๐Ÿ˜ž

    Looking to have a Total row count of the client name column, so a 3 in the above example.