Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply

Sum of the calculated measure Column

Hi All,

 

I am stuck in one of the formula where i need to show the IF along with Sum of the column total.

 

Please check the below formula if i can modify and get it done correctly.

 

Advisory SLI = VAR AdvSLI= IF([Advisory %]>0.1,1,0)
return
IF(HASONEVALUE(SLI[AccountName]),
AdvSLI,
COUNTX(VALUES(SLI[AccountName]),AdvSLI))

 

 

Switch.png

3 REPLIES 3
amitchandak
Super User
Super User

@RanjanThammaiah , seems like you are mixing column and measure here

Columns could be

AdvSLI= IF([Advisory %]>0.1,1,0)

AdvSLI 1 =if(not(isblank(SLI[AccountName])),AdvSLI,sumx(SLI,SLI[AdvSLI]))

Can you please explain with an example. Also, share sample data and sample output.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
v-yuta-msft
Community Support
Community Support

@RanjanThammaiah ,

 

The info you post is not complete. Please share sample data and clarify more details about your requirement and expected result.

 

Regards,

Jimmy Tao

Greg_Deckler
Community Champion
Community Champion

Can't tell exactly what you are going for. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

 

But maybe this will help? This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376

Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors