Forum Discussion
Using measure in slicers
- 4 years ago
Hi Anonymous ,
Measures are not supported in slicer, but you can use it in the visual filter.
Or you can create a calculate column istead of a measure.
Amount USD column = 'Table'[Amount] * IF ( 'Table'[Currency] = "HKD", 7.8, 1 )I attach my sample below for reference.
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous , Assume you want to shift USD amount or local amount. You need to use an independent table and measure the slicer
measure slicer
https://www.youtube.com/watch?v=b9352Vxuj-M
https://community.powerbi.com/t5/Desktop/Slicer-MTD-QTD-YTD-to-filter-dates-using-the-slicer/td-p/500115
https://radacad.com/change-the-column-or-measure-value-in-a-power-bi-visual-by-selection-of-the-slicer-parameter-table-pattern
Hi amitchandak, in this case, I only want the slicer to have the USD value. Thanks