Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 70 | |
| 39 | |
| 35 | |
| 23 |