Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
46 |