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! Get ahead of the game and start preparing now! Learn more
I'm trying to decide if it is best to create a column or measure in this situation. I have this formula and table that counts the amount of active clients a person manages:
From here, I simply want to create a measure or column that places them into different tiers based on this criteria:
The tiers will be used in additional formulas that will be referenced... 'If Tier = 'x', then... but I'm just not sure if a measure or column is the best approach. Thanks!
Solved! Go to Solution.
Well, I would use a SWITCH statement, but it really kind of depends on what you want to do with it. If it doesn't need to be dynamic (as in re-calculated on the fly as the user interacts with things), then a column is generally more flexible than a measure, can be used in slicers, etc. If it needs to be re-calculated depending on user interaction, then you need to make it a measure.
Well, I would use a SWITCH statement, but it really kind of depends on what you want to do with it. If it doesn't need to be dynamic (as in re-calculated on the fly as the user interacts with things), then a column is generally more flexible than a measure, can be used in slicers, etc. If it needs to be re-calculated depending on user interaction, then you need to make it a measure.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 36 | |
| 33 | |
| 29 | |
| 26 |
| User | Count |
|---|---|
| 134 | |
| 103 | |
| 63 | |
| 60 | |
| 55 |