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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
romovaro
Responsive Resident
Responsive Resident

Custom Value filtering table

HI PowBI,

 

I created a custom measure using the 2 formulas below:

 

all task = 0+CALCULATE (
COUNT('Celergo-PreEngTeam'[CID] ),
'Celergo-PreEngTeam'[TASK] = "Pre Engagement Process" && 'Celergo-PreEngTeam'[TASK_STATUS] IN {"Closed", "Received"}
|| 'Celergo-PreEngTeam'[TASK] = "IPM Hand Off" && 'Celergo-PreEngTeam'[TASK_STATUS] = "Received"
)

 

IPM_HandOff-closed =
CALCULATE (
[Total Rows],
'Celergo-PreEngTeam'[TASK] = "IPM HandOff",
'Celergo-PreEngTeam'[TASK_STATUS] = "closed"
)
 
To get the current workload. (Tasks that hte Pre Engagement team are currently working on:)
Current Workload =
[all task]-[IPM_HandOff-closed]
 
Total is 27.
 
 Now I would like to show in a table ONLY the 27 but I am having issues. I get more than wanted. Tried to add different filters but...Any idea?
 
romovaro_0-1640085144667.png

 

 

 

@Samarth_18 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @romovaro ,

 

According to your descriptin, it seems that you want to show 27 rows based on some filters.

 

I have built a data sample, please tell me your expected output:

Eyelyn9_0-1640310818328.png

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

Drag the current workload measure (which returns number 27) to the visual as well.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

Hi @romovaro ,

 

According to your descriptin, it seems that you want to show 27 rows based on some filters.

 

I have built a data sample, please tell me your expected output:

Eyelyn9_0-1640310818328.png

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

HI Evelyn

 

thanks. It works. I can show the resuls i need (due to current data...now is 24).

I have been asked to show a "time table" month or week with current workload by owner. THe problem i have with this one is that sometimes it shows negative results....and that's not possible. Or you have current workload during the months or zero...but not negative...any fix? thanks

 

romovaro_0-1640508127384.png

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors