Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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.
| User | Count |
|---|---|
| 45 | |
| 43 | |
| 38 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 31 | |
| 28 | |
| 24 |