Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have the following table with (2 columns)
Year # Incidents
2022 98756
2023 12354
2024 64789
The year is linked to my other tables. When I filter on year I want to have a measure to use in a card that shows the # incidents in that year.
Solved! Go to Solution.
Total Incidence =
Proud to be a Super User! | |
Can you share the PBIX File?
I need more details to understand the data type as well. Please elaborate it
Proud to be a Super User! | |
I beleive I have figured this out. Thank you for your assistance, I'll accept your first solution.
Total Incidence =
Proud to be a Super User! | |
I'm not clear on what to enter for the Calendar'[Date]).
My "main_table" has a column called 'Year' which is extracted from a Date field in this table.
This 'year' column is linked to my table called "incident_counts" that has the following columns:
Year # Incidents
2022 98756
2023 12354
2024 64789
If the data is filtered on the year 2022 for example, I want a measure that will return the value of '98756'.
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |