The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
25 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
10 | |
10 | |
10 | |
9 |