Forum Discussion
MikePowerBI
4 years agoHelper II
Show/Hide Matrix Columns When Collapsed or Expanded
Hi there, In my Power BI file I have a matrix with a site name and record number in the rows of the matrix. In the values of the matrix I have various fields. Is there a way within Power BI to hi...
Anonymous
3 years agoNot applicable
Try using this formula
No. Records = IF( ISINSCOPE( [INV RECORDS #), BLANK(), SELECTEDVALUE( [No. Recrods]) )