Forum Discussion

ek2112's avatar
ek2112
Advocate II
7 years ago
Solved

Capturing user input data like this one

Hello,

 

I was wondering how to capture user input, like it did here for "frequent users", "pro users" and "occassional users", to trigger some calculations. 

 

https://community.powerbi.com/t5/Data-Stories-Gallery/Power-BI-Premium-Calculator/td-p/678223

 

 

  • ek2112 you can use the slicer for number field and you will get the same look and feel. just a create table with a columns with the value range you want. for example if you want 1 to 100, there will be a column with 1 to 100 value and you can create this table easily by DAX

     

5 Replies

    • ek2112's avatar
      ek2112
      Advocate II

      parry2k thank you, I tried to get the right visual for the text box. Can this be achieved through the regular text box visual?

      • parry2k's avatar
        parry2k
        Super User

        ek2112 you can use the slicer for number field and you will get the same look and feel. just a create table with a columns with the value range you want. for example if you want 1 to 100, there will be a column with 1 to 100 value and you can create this table easily by DAX