Forum Discussion
Analitika
3 years agoPost Prodigy
How fix this issue in Power BI
Hello,
I am facing with this error.
How to resolve it?
1 Reply
- nvprasadSolution Sage
Hi Analitika,
Firstly you are not doing any calculation in the above measure. After Calculate you are calling the column name without any function like sum, min....etc.
it should be like below
Calculate(
SUM(TABLE[COLUMN], ===> Calculation
FILTER LOGIC ) ==== Filters
Appreciate a Kudos!
If this helps and resolves the issue, please mark it as a Solution! Regards,
N V Durga Prasad