The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I want to use measure in a slicer, and I have foud a lot of tips on how to do this, and all of them work well. For example (https://community.powerbi.com/t5/Desktop/switch-measure-with-multiple-select-slicer-data/td-p/598650... https://www.youtube.com/watch?v=gYbGNeYD4OY)
The measure I have used:
@Anonymous First, you do not need to use VALUES in your formula, I would ditch it.
Second, I do not know of a way to do this. Have gone round and round on this subject in a number of threads and tried all kinds of different ways of getting around this but in the end, have never found a good way to do this other than using FORMAT, which turns things into text which you probably do not want.
How should I get rid of Value? Because I defined a table "Measure Dim" with the two names "Number of Sales" and "Total Cost in €" and (as far as my understandning) I need to use Value to match it with the name of the table.
And how can I use format to show the currency? and if I used it I will probably not be able to use filters on the measure, right?
Thank in Advance