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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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!