Forum Discussion
rajiv_tarafdar
8 years agoHelper I
Using Measures in Another Measure
Hi Guys, I need to calculate a measure from the selected values of the same Measure. I need to calculate what portion of sales people are internal of the total sales count i.e. Inter Sales Cou...
- 8 years ago
Highlight your measure in the field list and then use the Modelling tab in Power BI Desktop to change.
Ashish_Mathur
8 years agoSuper User
Hi,
Please ensure that all those formulas are measures and not calculated columns.
rajiv_tarafdar
8 years agoHelper I
- Ashish_Mathur8 years agoSuper User
Hi,
Try this measure
=CALCULATE(SUM(F_SALES[COUNT]),D_SALES[PERSON_TYPE] = "Internal")/SUM(F_SALES[COUNT])
Does this work?
- rajiv_tarafdar8 years agoHelper I
Nope, same results 0 / 1
- Ashish_Mathur8 years agoSuper User
Hi,
Share the link from where i can download your PBI file.