Forum Discussion
Create a measure that returns multiple columns
Guys, I have a problem. I created a selection menu with the following conditions:
6 Replies
- parry2kSuper User
AyaneYep it is not very clear what you are trying to achieve. Can you provide some data/screen shot and expected output. Read this post to get your answer quickly.
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490 - v-yuta-msftCommunity Support
- AnonymousNot applicable
HI, maybe try like this
IF (AND (NOT ( SELECTEDVALUE ( table[MENU] ) );NOT ( SELECTEDVALUE ( table[MENU_ITERATIVO] ) ));SUM ( table[A] ) + SUM ( table[B] )+ SUM ( table[C] )- AyaneYepHelper I
In fact, I need to show all the results, not add up.
- AnonymousNot applicable
Here is a link with my solution ( of course if i understood well)
https://sharefiles.app/download/c3e5f3a04c8b4c1ade63ebfb3c3c78bfb73e7664 or here https://secufiles.com/aCnC/scr.png
Sorry cant upload photos. it doesnt work today.
Your are using function "selectcolumns" in your measure. im not sure that is appropriate for a measure as this function is used to create tables