Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi All,
I have a Measure which will only have two values such as 'Manual Value' and 'Auto Value'. This measure value is based on comparison between two other measures. Like if (SUM(Manual Value)< SUM(Auto value),Manual Value, Auto Value)
Like to use these measure values as a slicer. I have seen cases measures can be used in slicer. But, is it possible to use individual measure values in slicer?
Solved! Go to Solution.
Hi @spnaveenkumarr ,
You can refer to this blog:https://www.fourmoo.com/2017/11/21/power-bi-using-a-slicer-to-show-different-measures/
Or you can replace measure with a calculated column.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @spnaveenkumarr ,
You can refer to this blog:https://www.fourmoo.com/2017/11/21/power-bi-using-a-slicer-to-show-different-measures/
Or you can replace measure with a calculated column.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, It is not possible to use measure in a slicer. you can create new column for that.