Forum Discussion

Kumar_0606's avatar
Kumar_0606
Icon for Helper I rankHelper I
1 year ago
Solved

Creating a dynamic parameter with custom list of values

l am a Power BI Beginner, trying to create a dashboard which should filter data on the go. I imported data from SAP HANA and created a matrix table. My calculation is IF Steward = "Acc" then IF Acc...
  • maruthisp's avatar
    maruthisp
    1 year ago

    Hi Kumar_0606 ,

     please try below steps as what I did in the pbix file.

     

     

    1. Sample data lives in FactTable with columns Account, Indicator, Amount.
    2. StewardParam is a small disconnected table with two text values, used in a slicer.
    3. SelectedSteward measure grabs the user’s pick.
    4. StewardedAmount uses SWITCH + CALCULATE to run only the filter logic you want for each mode.
    5. No relationships to manage—just drop the slicer and the measure into your report.