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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 38 | |
| 38 | |
| 28 | |
| 27 |
| User | Count |
|---|---|
| 124 | |
| 88 | |
| 73 | |
| 66 | |
| 65 |