Forum Discussion

Morgana_2022's avatar
Morgana_2022
Helper I
4 years ago

table properties

Hi,
it is possible to lock a column of a sample table view (like in excel)?
Thanks to those who will help me.

4 Replies

    • Morgana_2022's avatar
      Morgana_2022
      Helper I

      yes,
      i need to fix the first or more columns of a table chart and scroll through the others.
      In the meantime, I have discovered that with the matrix chart it works, but I would like the totals only of the numerical values and not of the textual ones...

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi  Morgana_2022 ,

    Here are the steps you can follow:

    1. Create measure.

    Category_Measure =
    IF(
        HASONEVALUE('Table'[Title]),MAX('Table'[Category]),BLANK())
    Prime_Measure =
    IF(
        HASONEVALUE('Table'[Title]),MAX('Table'[Prime Personal.Subject]),BLANK())

    2. Result:

    If you need pbix, please click here.

     

    Best Regards,

    Liu Yang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly