Scenario: I have multiple columns in a table e.g. customer ID, customer Name, City, Invoice amount, paid amount.
I want to create a slicer based on invoice amount, where I can filter the data based on invoice amount column as below: Amount 5000-200000 - Slicer Option should show text "Low" Amount 200000 - 1000000 - Slicer Option should show text "Medium" Amount 1000000 - any higher amount - Slicer Option should show "High"
I tried using Dax If ( or ( ... ) ) but it is not working. Since I am new to Power BI so don't know if I should create a measure a column or a table.
Thanks in advance