Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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 |
---|---|
122 | |
69 | |
67 | |
58 | |
52 |
User | Count |
---|---|
183 | |
92 | |
67 | |
62 | |
52 |