Forum Discussion
timur-1993
2 years agoNew Member
Calculate column subtotal for ratio
Hi! I am new to DAX and Power BI. Please, would you please tell me how it should be done? I am stuck with a problem. I have a measure which should calculate sales forecast based on already g...
- 2 years ago
You can add a varible _Result = SUMX(VALUES('Table'[Month]), Forecast) and return it to see whether it works.
BI-Leo
2 years agoFrequent Visitor
You can add a varible _Result = SUMX(VALUES('Table'[Month]), Forecast) and return it to see whether it works.
- timur-19932 years agoNew Member
Hey, BI-Leo!
This worked just fine, thanks a lot!
Could you give advice on what to read to better understand how to manipulate totals?
- BI-Leo2 years agoFrequent Visitor
Hi timur-1993 ,
I think the following article will be helpful for you