Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
CDixon
Regular Visitor

Return baseline value for a selected indiviual

Hi All,

 

I have a table which shows students scores for each subject.  Also on this table is a baseline  which is the same for all subjects.  I would like to display the baseline in a card visiualisation for that person when therir name is selected form a slicer.

 

Is this possible?

 

Kind regards

 

C

1 ACCEPTED SOLUTION
CDixon
Regular Visitor

Thank you thats whats I understood should be happening and why i rasied it on here.  The issue was to do with the new query a merge created.  If I merge in the existing query it worked fine. Thanks again for your help.

View solution in original post

7 REPLIES 7
CDixon
Regular Visitor

Thank you thats whats I understood should be happening and why i rasied it on here.  The issue was to do with the new query a merge created.  If I merge in the existing query it worked fine. Thanks again for your help.

djurecicK2
Super User
Super User

In that case, just create a card visual and put the baseline field in the "Fields" section of the visual. The value will change automatically when the name changes.

 

Please consider accepting as solution if this has answered the question.

CDixon
Regular Visitor

Yes your correct 5 if a 6 see if b

djurecicK2
Super User
Super User

@CDixon You want 5 to appear if name a is selected, but 6 if b is selected, right? or 5 no matter which name is selected?

CDixon
Regular Visitor

Thank you for your help and I have provided a table below.  So ideally if I select the name a i want 5 to appear in a card.

 

namesubjectgradebaseline
afr25
ama35
aar45
bfr36
bma36
bar56

Hope that helps.

 

djurecicK2
Super User
Super User

Or Edit Interactions and turn off interaction between the card visual and the slicer.

amitchandak
Super User
Super User

@CDixon , A measure like

measure  =

calculate(Sum(Table[Score]),filter(Table, Table[subject] = "Baseline"))

 

 

If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.