Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello All
I have a table of which has three columns
A) Application Number
B) Submission Date
C) Approval Date
I want to make a graph as same as the below graph (Counting the number of submitted vs. approved application per month) - Graph Source: PowerPoint
Thank you in advance
Solved! Go to Solution.
Hello,
The typical way of handling this is to have a Date table, and create
Assuming the active relationship is with Submission Date, you would create measures something like this using USERELATIONSHIP to activate the inactive relationship (I'm assuming COUNTROWS makes sense as a measure):
Submissions Count = COUNTROWS ( Submissions ) Approval Count = CALCULATE ( COUNTROWS ( Submissions ), USERELATIONSHIP ( Submissions[Approval Date], 'Date'[Date] ) )
See these two pages for good explanations:
https://exceleratorbi.com.au/multiple-relationships-between-tables-in-dax/
https://blog.enterprisedna.co/2017/10/16/working-with-multiple-dates-in-power-bi/
Hello,
The typical way of handling this is to have a Date table, and create
Assuming the active relationship is with Submission Date, you would create measures something like this using USERELATIONSHIP to activate the inactive relationship (I'm assuming COUNTROWS makes sense as a measure):
Submissions Count = COUNTROWS ( Submissions ) Approval Count = CALCULATE ( COUNTROWS ( Submissions ), USERELATIONSHIP ( Submissions[Approval Date], 'Date'[Date] ) )
See these two pages for good explanations:
https://exceleratorbi.com.au/multiple-relationships-between-tables-in-dax/
https://blog.enterprisedna.co/2017/10/16/working-with-multiple-dates-in-power-bi/
Hello all,
I have a table of which has three columns:
A) Application Number
B) Submission Date
C) Approved Date
I need your help in creating a graph to compare the submitted vs approved application per month as same as the below 'PowerPoint' graph.
Thank you in advance.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
73 | |
55 | |
36 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |