Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Reply
TeisL
Frequent Visitor

Count based on different columns combined.

Hi,

 

To give you some background information:
I'm trying to report the number of Job Requisitions (Job Req ID) who where published (job post name) internally (Job Posting: Internal posting) and externally (Job Posting: External Posting) on the same date (Posting Start Date).


Example:

TeisL_2-1667480433072.png

 

In this example following job req id's should be counted:

  • 104588 = 1 double posting
  • 94584 = 1 double posting
  • 119917 = 0 double posting
  • 31630 = 0 double posting
  • 64128 = 0 double posting

 

Looking forward to your help!

Teis

2 REPLIES 2
Anonymous
Not applicable

Hi @TeisL ,

1. in power query editor -> refrence table twice:

vcgaomsft_0-1667550975387.png

2. filter [Job Post Name]

table (2):

vcgaomsft_1-1667551025851.png

table (3):

vcgaomsft_2-1667551122108.png

3. Merge queries as a new:

vcgaomsft_3-1667551169028.png

4. Aggregate:

vcgaomsft_4-1667551217051.png

5.Append:

vcgaomsft_5-1667551309669.png

6.group by:

vcgaomsft_6-1667551338862.png

7. replace values and result:

vcgaomsft_7-1667551370650.png

The PBIX file is attached for reference.

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

Hi 

 

Thank you for helping me. It looks very promising, but I encoutered another issue in my dataset.

I can count the number of 'double postings', but I need to count the double posting if the First posting is internal AND external.

Example:

TeisL_0-1667905056308.png

In this example we see that jobreq ID 59685 and 60197 was first published internally before it was double posted.

Do you think we can resolve this issue as well?

Thanks,
Teis

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors