Forum Discussion
LeboeufHarry
Helper I
2 years agoHow To Ignore Column Value in a Measure
Hello, I'm having a Matrix that holds values in the rows and in a column weather Yes or No the value was Budgetted. We are Showing the % of the Row Value. But now I would also display the total ...
- 2 years ago
Hi LeboeufHarry
If I understood you correctly you can use the measures :base_sum = sum('Table'[Value])Yes(%) = divide(CALCULATE([base_sum],'Table'[Reserved]="yes"),[base_sum])No(#) = divide(CALCULATE([base_sum],'Table'[Reserved]="no"),[base_sum])And put them in the table visual :
The pbix is atached
Ritaf1983
Super User
2 years agoHi LeboeufHarry
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
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