Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 |
---|---|
82 | |
79 | |
66 | |
49 | |
46 |
User | Count |
---|---|
103 | |
44 | |
39 | |
39 | |
39 |