I have two tables: dates and Authorisation. Authorisation table contains information about individuals holding practice certificates which also includes the Authorisation effective date (i.e. Start date of practice certificate) and Authorisation expiry date (i.e. end date of practice certificate ).
I want to create a measure that counts individuals having active practice certificates (i.e. not expired) and displays the measure in a line graph where the x-axis contains the fiscal years (i.e. from FY21 to FY22). So I wanted to show the total no of individuals holding active practice certificates each year.
Authorisation contains information of multiple practicing certificates (i.e. active and expired) of an individual. I want to show the total count of individuals holding active practicing certificates in previous and current fiscal years. For example, for FY17 the logic of picking up holding active practice certificate should be that effective date should be less than or equal to 30-6-2016 and expiry date should be greater than or equal to 1-07-2016
To be honest, I am not sure how I should transform this logic into measure for all fiscal years. I wrote something like as follow but it did not work.
To achieve the results based on the criteria that youâve specified where you want the active number of members holding the certificates in that case firstly, youâll have to make the current relationship in-active i.e. youâve created an active relationship between the Dates table and Expiry Date column and you got to turn-off that relationship otherwise filterations will happen based on that.
Once that relationship is turned-off, below is the measure alongwith the screenshot of the final results provided for the reference -
Hello @leo_89, just following up if the response from @Harsh help you solve your inquiry?
Weâve noticed that no response has been received from you since November 3. In case there wonât be any activity on it in the next few days, weâll be tagging this post as Solved.
Hi @leo_89, due to inactivity, a response on this post has been tagged as âSolutionâ. If you have any concern related to this topic, please create a new thread.