Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. 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] ) )
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
67 | |
64 | |
42 | |
42 |
User | Count |
---|---|
46 | |
38 | |
28 | |
26 | |
25 |