Forum Discussion
Marecki
1 year agoNew Member
DAX Calulate columns problem
Hello, I'm brand new to Power BI and still learning about DAX and creating advanced models. I have a small problem. I have a model called Test, and I created two DAX measures. When I use them sep...
bhanu_gautam
1 year agoSuper User
Marecki you should use the exact names of the measures yesQuantity and noQuantity as defined.
netQuantity = [yesQuantity] - [noQuantity]
- Marecki1 year agoNew Member
Ye, of course i put names properly in PowerBI. Sorry for that, my mistake when writing post.