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 September 15. Request your voucher.
Hi there,
I have a chart which has a date hierarchy on the X axis and reports the total cost by some categories. I also have a card that shows the total cost for items selected on the chart. i.e. if a user click the month on the chart then to total for the month is shown, click a day then total for the day,year, total for the year. I would like to have another card that shows what the user clicked on, So if they clicked on "March" to see the total for march this second card should show March. If they click the Year on the chart then it should show the Year clicked. However, I can't figure out how to determine in DAX what was clicked, is this even possible?
Try using this below measure.
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
10 | |
7 |