Forum Discussion
MD_POWER_BI
3 years agoFrequent Visitor
Help with nested ifs/using switch
Having difficulty with this function trying to suppress data. I ahve to suppress student counts where n<10, except for school number "0A000A". But, Keep receiving this message: "A single ...
MFelix
3 years agoSuper User
Hi MD_POWER_BI ,
In measure you need to use aggregated values or table functions in this case you need to wrap the School_Directory_DIM in a SELECTEDVALUE or a DISTINCT. that way you are abble to get the expected result.