Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I create a table to be a slicer for select currency in my matrix
all working good using this code
Solved! Go to Solution.
Try to add an OR condition.
FILTER ( 'UploadAccountsCurrentyPeriod', UploadAccountsCurrentyPeriod[Currency selector] = "Local currency" || UploadAccountsCurrentyPeriod[Currency selector] = "dkk" )
Try to add an OR condition.
FILTER ( 'UploadAccountsCurrentyPeriod', UploadAccountsCurrentyPeriod[Currency selector] = "Local currency" || UploadAccountsCurrentyPeriod[Currency selector] = "dkk" )