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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Active clients not charged Power bi

Hi need help to find Active Clients which are not charged in particular week. i am attaching  data and in data i have mentioned each table on separate sheet, Client sheet is for Client Table and Charge Sheet is for Charges table and  3rd sheet is for expected output.

Charges table only holds those clients which are charged. 

 

Please see file here Click to download

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

@Anonymous 

 

Try this MEASURE as a visual filter for Client Table.

Please see attached file as well

 

Measure =
IF (
    SELECTEDVALUE ( Client[Name] )
        IN EXCEPT ( VALUES ( Client[Name] ), VALUES ( Charges[Client Name] ) ),
    1,
    0
)

21Feb.png

 


Regards
Zubair

Please try my custom visuals

View solution in original post

3 REPLIES 3
Zubair_Muhammad
Community Champion
Community Champion

@Anonymous 

 

Try this MEASURE as a visual filter for Client Table.

Please see attached file as well

 

Measure =
IF (
    SELECTEDVALUE ( Client[Name] )
        IN EXCEPT ( VALUES ( Client[Name] ), VALUES ( Charges[Client Name] ) ),
    1,
    0
)

21Feb.png

 


Regards
Zubair

Please try my custom visuals
Anonymous
Not applicable

Thanks Zubair, i am facing another issue with previous solution basically i also have start date in clinet table so i want to show only those records which have week of start date should be before or equal to week and year selected in slicer. @Zubair_Muhammad 

Anonymous
Not applicable

Thank you this works like a charm.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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