Forum Discussion
Matrix View Column Calculation
- Anonymous4 years ago
Hi Anonymous ,
In power bi you can also use the IF function to judge, use the Line and clustered column to see the target value.
https://docs.microsoft.com/en-us/dax/if-function-dax
Here are the steps you can follow:
1. Create measure.
IF = IF( DIVIDE( MAX('Table'[Pre]),100)>=MAX('Table'[Target]),"Yes","No")Targetmeasure = CALCULATE(MAX('Table'[Target]),FILTER(ALL('Table'),'Table'[Row Labels]=MAX('Table'[Row Labels])&&'Table'[Show by Region]=MAX('Table'[Show by Region]))) * 1002. Find Line and clustered column in Visual
3. Result:
If you need pbix, please click here.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
I tried a Google Drive Link instead of Dropbox
Hi:
I've been tring to get your data to work. For some reson I can not get your Group B to show up on the report. I was using your main file tab called "Original Data". I feel like I have some bug with this aprticular file. I will attach, what should be the proper model to analyze this.
I'm not sure wheree to go from here although maybe you can try to get both groups to ahow up? Sorry about the delay.
https://drive.google.com/file/d/1N9kzEi84-RcMa3_AngOetF1ohQsNA86b/view?usp=sharing
- Anonymous4 years agoNot applicable
I don't see a file to open. This is what I see with your google drive link:
- Whitewater1004 years agoSolution Sage
Hi:
I see. If you look at that page and look to far left hand upper corner, you will see a downloa arrow. You click to download. It is the 3rd icon from top left. I'll paste example here:
- Anonymous4 years agoNot applicable
?