Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Comminity!!!! IT is Possible to delete the total of only one of my columns?...I need to get rid of it...take a look at the pic:
Solved! Go to Solution.
@Anonymous ,
Use the following measure instead.
Measure = IF ( ISINSCOPE ( Table1[GRUPO] ), SUM ( Table1[Value] ) )
Hi @Anonymous
You could return a blank when ISFILTERED('Table'[The field you have on rows of the matrix visual]) is false. Something along these lines:
C BU PROY = IF( ISFILTERED('Table'[GRUPO]), [Your Current Measure] )
Hi!!1 @AlB it is not a measure.... it is just a column I have in a excel table.
In this case how would be the DAX?
@Anonymous ,
Use the following measure instead.
Measure = IF ( ISINSCOPE ( Table1[GRUPO] ), SUM ( Table1[Value] ) )
User | Count |
---|---|
97 | |
67 | |
57 | |
47 | |
46 |