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 a master table that has the list of JIRA items information. (Created date, closed date, status, created by etc). I have a date table created and connected to the master table. Date table has the columns for month, year and quarter. I am trying to get the count of JIRA items opened at a quarter level. SO created a measure using countrows(mastertable). I am then trying to slice the measure by using the Quarter column from the Date table using a matrix visual, but I am always getting the total count and not at the Quarter level.
@tamerj1 - The 'final' table is the resultant of appending 2 other tables. So the data model has a 1:1 relationship between these tables. Not sure if this creates any issues here. Please suggest.
The quarters I created from the date table are Q1-23, Q2-23, Q3-23, Q4-23 and Q1-24. I have these as the rows for the matix visual but then only the columns name 'Quarter' is displayed. I expected 5 rows for the above quarter values.
the date from the date table and the created date from the master table
Please make sure the relationship is set to active and that you are using the correct columns from the correct tables.
relationship is active and columns too are correct. IS there anything else you can think of why it doesn't work? The data and tables are in another laptop so I cannot really put it here.
Either the the measure refereces the wrong tsble or the quater column placed in the matrix is from a wrong table or you are placing a totally wrong measure. Nothing else I can think of.
If I drag the quarters column first, I can see 5 rows. But when I pull the measure to the values field, thats when the 5 rows vanishes. So I guess the measure (COUNTROWS('final') - 'final' is the other table having all the master data. ) isn't compatible here? The problem could be the way the measure has been defined?
User | Count |
---|---|
15 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
29 | |
17 | |
11 | |
7 | |
5 |