Forum Discussion
Anonymous
7 years agoNot applicable
Matrix table
Hi, I used matrix to make this table. Then I added 2 values from my data to "rows" and then drill down and thats how I have O&G as the section and borstar as the sub. Well for some reason O&G...
parry2k
7 years agoSuper User
Anonymous here is example of one of the measure, instead of Duration field, use following Duration Measure and you will see in case of "O&G", it will give you blank() value, and you have to create similar measure for each and every Field you are using Value pane in matrix visual.
Duration Measure =
IF( NOT SELECTEDVALUE( Table[Active Projects] ) IN { "O&G", "ABC", "XYZ" } ),
SUM( Table[Duration]
)Anonymous
7 years agoNot applicable
parry2k It's not working, is there another way to approach this?
- parry2k7 years agoSuper User
Anonymous not sure what you mean by it is not working? Elaborate? If you can send sample pbix file, will help you to get the solution.
- Anonymous7 years agoNot applicable
parry2k How do I send sample pbi file? Where do I send it to?
ErrorI only want to keep computer users row subtotal. the only bold one I want
- parry2k7 years agoSuper User
Anonymous sorry I had extra parenthesis after curly bracket. You can share file using onedrive/google drive