Forum Discussion
Nihed
4 years agoHelper III
display issue
Hello, I have the following table in power BI and I wanted to display only the "M EUR" total how I can do it please?
amitchandak
4 years agoSuper User
Nihed , Assume you do want display total of M CCY - Assuming it is measure
a new measure =
if(not(isinscope(Table[Currency key])), Blank(), [M CCY])