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
Hi stilll leaning how to do dax and all kinds of stuff, I am trying to create a column that display turnover % such as 0~3% 3%~6% 6%~9% 9%+
not sure why its only display one as you can see i highlighed in oranger color.
this is the turnover % measure I created
is it because of my measure ?
and this is the column function:
Solved! Go to Solution.
Hi @SelflearningBi ,
It seems like you create a calculated column for the slicer.
As you can see from my example below, the calculated column does not change dynamically, while the measure canges.
As a workaround, you could create a [% performance] measure uses the original fourmula.
Then create the following table for the slicer by entering data.
Create a measure for the visual level filters.
Measure = IF(ISFILTERED('Table (3)'[performance slicer]),IF(SELECTEDVALUE('Table (3)'[performance slicer])=[performance measure],1),1)
Put the measure into the visual level filters, set up show items when the value is 1.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @SelflearningBi ,
It seems like you create a calculated column for the slicer.
As you can see from my example below, the calculated column does not change dynamically, while the measure canges.
As a workaround, you could create a [% performance] measure uses the original fourmula.
Then create the following table for the slicer by entering data.
Create a measure for the visual level filters.
Measure = IF(ISFILTERED('Table (3)'[performance slicer]),IF(SELECTEDVALUE('Table (3)'[performance slicer])=[performance measure],1),1)
Put the measure into the visual level filters, set up show items when the value is 1.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@SelflearningBi , You should not use a measure in a calculated column , that will not work
You need
Dynamic Segmentation Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1...
Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 37 | |
| 36 | |
| 33 | |
| 33 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 86 | |
| 85 | |
| 68 | |
| 64 |