Forum Discussion

ericjo's avatar
ericjo
Helper III
11 months ago
Solved

Filed Parameter + hierarchy question

  Currently, I have four KPI Groups A through D, each with three sub-measures. I'm trying to create an object that displays the sub-KPIs of each selected Group by placing Groups A through D i...
  • danextian's avatar
    11 months ago

    Hi ericjo 

     

    Field parameters act like pseudo-dimensions, essentially serving as field selectors. When used with measures, they’re still just measures - the only difference is that their visibility depends on the field parameter slicer selection.

    You can group measures in the field parameter table with a calculated column (or another method), but hierarchies won’t behave as expected in visuals that support hierarchies.

     

    An alternative is to avoid using the field parameter fields directly and instead reference the field parameter table in another measure. If your measures use different formats, you’ll also need dynamic format strings to display them correctly.