Forum Discussion
Nihed
Helper III
4 years agodisplay 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
Super User
4 years agoNihed , 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])