Forum Discussion
DAX Virtual row context?
Not working, sumx + values creates virtual Table on the list of values and then sum all
I Want to simulate below
keyword, label ,search volume
kw 1, branded, 100
kw 2, branded, 50
Thank you tamerj1
Hi, Anonymous
Maybe you can try using the summarize function to achieve something similar. First of all, you need to implement your summation in the summary, such as the sum of labels:
Since there is no label in your visual, we need to use your existing label to get this value, such as keyword:
Here are the results:
In the analog data you provided, branded is 150.How did you calculate that it was 200? The above is how to keep the current calculation in the visual if there is no corresponding label. You can adjust it appropriately to suit your actual situation.
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.