Forum Discussion
Creating Measure Which Takes Top Matrix Row Context and Repeats Value
I've been stumped with this for a while... currently I have a matrix table composed of two rows Store Name split into Departments.
In the 'Prev Year Leads' column is actually a measure comprised of other measures. I'm looking to create another Measure 'Prev year Master Leads' which is able to return just that grand total of the 'Prev Year Leads' in context to Store Name, so it would essentially repeat the '193'. Any suggestions in how to tackle this in DAX?
Any help would be appreciated!
2 Replies
- lbendlinSuper User
Please provide sample data that covers your issue or question completely.
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523 - Ashish_MathurSuper User
Hi,
Does this measure work?
Prev year master leads = calculate([Prev year leads],all(Data[Department]))