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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

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
v-eqin-msft
Community Support
Community Support

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/
v-eqin-msft
Community Support
Community Support

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.