Forum Discussion
Anonymous
7 years agoNot applicable
Using the same data twice (With variations) in a visual
Hello all, Trying to work out how to filter the same column twice in Power Bi service. Here is an example Student A Test 1 89% Student B Test 1 72% Student C Test 1 93% S...
Greg_Deckler
7 years agoCommunity Champion
I would suggest creating a measure like this:
Measure = AVERAGEX(ALL('Table'),[Score])- Anonymous7 years agoNot applicable
Can you create measures in Power Bi Service?
Thank you
- Greg_Deckler7 years agoCommunity Champion
No, you would need access to the Desktop (PBIX) file.