The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
This forum is doing great job for all levels. I entered into Power BI world from SSRS and learning lots of DAX scripting on the way.
I believe this will be the simplest queston someone has posted on this forum. In the urgency of request I am not having any other option but to ask here. Can someone one please suggest if I want to display a tooltip which simply shows count of record date.
tbl_Survey Data in summarise form is,
RecordDate | CountSurvey | AvgScore (0-10) |
03/04/2020 | 20 | 5.3 |
08/04/2020 | 54 | 6.8 |
10/04/2020 | 45 | 4.9 |
12/04/2020 | 60 | 7 |
Line chart will nicely show four data points according to average score. I need to create a tooltip measure to show on that particular day how many surveyCounts are there. When I create measure it shows total SurveyCount which is 169, whereas requirement is to show tooltip what is surveycount on that particular record date.
I tried these two measures
Please let me know if I missed something to provide.
Many thanks
Yes that is right. Can you please share measure 's DAX code.
Regards
User | Count |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
20 | |
15 | |
14 | |
9 | |
7 |