Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi everyone,
I have a pivot table in excel that shows the range of values in an amount data column as follows:
I would like to show the this range column in a PowerBI table. I have tried using binning but it does not give the same result.
How do I resolve this?
Thank you.
Solved! Go to Solution.
Create a calculated column using SWITCH statement?
Here is an example for your reference.
Create a calculated column using SWITCH statement?
Hi,
SWITCH works perfectly. Thank you!
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 35 | |
| 24 | |
| 22 |
| User | Count |
|---|---|
| 135 | |
| 109 | |
| 57 | |
| 43 | |
| 38 |