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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Skriveblok
Frequent Visitor

How to use slicer to filter only one measure in a visual

Hello everyone,

I have one table called "process fact table" with the follwing columns:

UIDprocessIDStart DateEnd Date
1aa12022-01-012022-01-01
1aa22022-01-012022-01-02
2ab12022-01-012022-01-02
2ab22022-01-022022-01-02
2ab

3

2022-01-022022-01-03
3cd12022-01-012022-01-03
3cd22022-01-03 2022-01-04
3cd32022-01-04 2022-01-06

 

When a user reaches processID 3, he will be counted as he finished this process. The start data and end date are for each step.

There is another "user meta table" with following columns. It is to be noted that when a client didn't reach step 3 yet, the value of "Days needed to reach step3" will be showed as -1.

UIDDays needed to reach step3
1aa-1
2ab2
3cd5

 

I built then two measures: measure1 called "registration" count how many user started process 1 on certain date, so here for 2022-01-01 as start date this measure should be 2; measure 2 called "finished", to measure how many user have reached step3, so for 2022-01-01 as start date this should be 2. 

I created a visual containing measure 1 and 2. with slicer "Date" having "Start Date" as values and "days to finish" having "Days needed to reach step3" as values. "Date" slicer should filter both measures, while "days to finish" slicer should just filter measure "finished" in this visual. How should make that possible?

 

Thank you!

1 REPLY 1
lbendlin
Super User
Super User

Are you maybe overcomplicating this?

 

See attached.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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