Forum Discussion

2 Replies

  • To see the value in your virtual table, you can create a copy of your measure and insert all the value by context filter in the row using a Concatenatex() Dax function.

     

    • frithjof_v's avatar
      frithjof_v
      Community Champion

      Yes, the CONCATENATEX or TOCSV methods are probably the best workarounds at this moment.

       

      However if I have a virtual table with let's say 4 columns and 20 rows and I want to visually inspect that table variable on each row in my table visual, then the current workarounds are a bit limited and cumbersome.