Reputation: 21
I'm trying to use the ceiling function in report builder power bi but it gives error each time I run the report.. and I get below error:
The 'Value' expression for the field 'Sheet1_Budget2' contains an error: [BC30516] Overload resolution failed because no accessible 'Ceiling' accepts this number of arguments.
The expression that I'm using is below: =Ceiling(Fields!Sheet1_Budget.Value,1)
And if I removed the value 1, the ceiling function not reflecting!
Upvotes: 0
Views: 33