Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I'm still in the early days of learning Powerbi. This is first time post, so I hope it makes sense.
I'm trying to create a simple divide by 100 but I keep getting the "a single value for column '***' in table '***' cannot be determined..." message.
So I'd like to filter the query but I have no idea how to do it.
Here is what I have...
Solved! Go to Solution.
@gavpop , what you want in this measure
like
Measure 2 = CALCULATE(countrows(filter( 'ProjectFigures', 'ProjectFigures'[Revenue] = "527322")) ) / 100
or
Measure 2 = CALCULATE(Sum('ProjectFigures'[Revenue])) / 100
@gavpop , what you want in this measure
like
Measure 2 = CALCULATE(countrows(filter( 'ProjectFigures', 'ProjectFigures'[Revenue] = "527322")) ) / 100
or
Measure 2 = CALCULATE(Sum('ProjectFigures'[Revenue])) / 100
This is great! Thank you, Amit! Measure 2 was very easy to implement!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!