Forum Discussion
Calculated Column is returning blank values
- 9 years ago
MFelix and Anonymous
Found the soultion. I did all the calculation in SQL and then I am bringing my data to Power BI. It is working fine now.
Thanks alot for supporting guys.
You guys are great.
Thanks,
siddhant
- 9 years ago
It is kind of a temporary solution as I did nothing in Power Bi to resolve it. What I am doing is that instead of creating calculated fields in Power BI I am creating those column in my database itself while fetching the data.
I was using the general calculation without using any formula.
Target Sales = (Sales[Target %]+1)* [Sales]
I am trying to implement the new solution using SUMX and I am getting a circular dependency error in it.
Just to inform you Sales is not a column it is measure that i have created based on conditions.
Thanks,
Siddhant