Forum Discussion
Calculate Variance Between Two Columns in Matrix Visual
- Anonymous4 years ago
HI mcmullenrich,
What type of aggregate that you want to apply to these grouped ranges of records? Can you please share some more detail?
How to Get Your Question Answered Quickly
Here is a sample measure formaul about average of records based on current hierarchy group.
formula = CALCULATE ( AVERAGE ( Table[Purchased] ), ALLSELECTED ( Table ), VALUES ( Table[Common Drag Name] ), VALUES ( Table[Pharmacy] ) )Regards,
Xiaoxin Sheng
Hi vojtechsima. Here is a snapshot of the visual as it stands now. The two columns shown come from different tables. I'd like to have a column to the right of "Purchased" showing [Purchased] - [Pharmacy]. This visual is controlled by a Month Year dropdown slicer which comes from my calendar table.
HI mcmullenrich,
What type of aggregate that you want to apply to these grouped ranges of records? Can you please share some more detail?
How to Get Your Question Answered Quickly
Here is a sample measure formaul about average of records based on current hierarchy group.
formula =
CALCULATE (
AVERAGE ( Table[Purchased] ),
ALLSELECTED ( Table ),
VALUES ( Table[Common Drag Name] ),
VALUES ( Table[Pharmacy] )
)
Regards,
Xiaoxin Sheng