Forum Discussion

edhans's avatar
edhans
Community Champion
6 years ago
Solved

Visual to display data as a form?

I would like to display data like it was in a form. The MultiCard visual would work except I cannot figure out a way to control column widths and the number of columns. I would want it preferably to ...
  • edhans's avatar
    edhans
    6 years ago

    Thanks. Actually, I figured it out. Just needed to mull it over. The answer is:

    1. Create a reference to the original data
    2. Select the key column (Item Number in this case)
    3. Unpivot All Other columns
    4. Load the data and create the relationship.

     

    It is actually a few more steps than that to cause it to sort properly vs alphabetically in DAX, but it works. The ToolTip report works as well, but is a bit less useful than I had originally thought due to the size restriction. I may still use it, but with the more common fields perhaps.