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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi everyone,
I need to visualization in power BI how many times auditors have audit per quarter. In table have column audits date and auditor. Can you help me with this problem ?
thank you
SAMPLE
Audit date Auditor
18.10.2023 | John |
18.10.2023 | John |
18.10.2023 | John |
18.10.2023 | John |
18.10.2023 | John |
18.10.2023 | George |
20.10.2023 | George |
20.10.2023 | George |
20.10.2023 | George |
20.10.2023 | George |
20.10.2023 | George |
1.12.2023 | George |
20.10.2023 | George |
20.10.2023 | Ivy |
20.10.2023 | Ivy |
20.10.2023 | Ivy |
20.10.2023 | Ivy |
1.12.2023 | Ivy |
1.12.2023 | Ivy |
20.10.2023 | Ivy |
20.10.2023 | Ivy |
20.10.2023 | Ivy |
20.10.2023 | Ivy |
Solved! Go to Solution.
Hi @Jurga
modify the measure for :
The updated Pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @Jurga
If I understood you correctly the wanted result is something like this :
Then the short solution is to add a column for the quarter :
and basic measure like :
pbix is attached
For a more efficient way and other measures the best practice is to create a dim table with needed columns of periods and work with it.
For more information please refer :
https://www.youtube.com/watch?v=s2FeGeJtzSE
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @Ritaf1983 ,
thank you it is helpful but I have one more request regarding calculate date. If I have same date and name must be just one audit.
example:
Hi @Jurga
modify the measure for :
The updated Pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly