Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
In column 1 , the data in the table but the total is false 55 000
In column 2 , the measure who filter on statut = true , with the good Total but dont show values 5000 line 2
In column 3 , if I have to take into account in the calculation
We want :
line 1 : 50 000
line 2 : 5 000
Total : 50 000
An idea ?
Thanks
Solved! Go to Solution.
Hi @Cobra77,
I modify my formula to add if statement to only ignore summarize specific values on total level:
Measure = IF ( COUNTROWS ( Table ) <> COUNTROWS ( ALLSELECTED ( Table ) ), SUM ( Table[Amount] ), CALCULATE ( SUM ( Table[Amount] ), Table[Conditon] = "True" ) )
Regards,
Xiaoxin Sheng
HI @Cobra77,
You can use below measure to replace amount column to create visual:
Measure = CALCULATE ( SUM ( TABLE[Amount] ), Table[Conditon] = "True" )
Regards,
Xiaoxin Sheng
Hi @Anonymous
its the measure ( column 2 ) your formule , but with this no show 5000 line 2
Regards,
Hi @Cobra77,
I modify my formula to add if statement to only ignore summarize specific values on total level:
Measure = IF ( COUNTROWS ( Table ) <> COUNTROWS ( ALLSELECTED ( Table ) ), SUM ( Table[Amount] ), CALCULATE ( SUM ( Table[Amount] ), Table[Conditon] = "True" ) )
Regards,
Xiaoxin Sheng
Hi @Anonymous
Thanks , perfect 😉
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
78 | |
58 | |
36 | |
33 |
User | Count |
---|---|
93 | |
59 | |
56 | |
49 | |
41 |