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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Didacster
Frequent Visitor

How I can compare one agent in data vs the rest of the data

I have a table of different agents in one column, and two columns with the billing and origin of every payment. 

 

Every line is a date with the name of agent, and both values. 

 

I'm trying to created one chart with information of a agents selected with a filter, thats easy.

The problem is when I try to created another chart with the information about the rest of agents, for compare the distribuetion of billing vs portfolio. 

 

In my attempt, I have created a measure and aply to the filter of chart with the DAX sentence: 

 

"measure = CALCULATE(

    IF( ISFILTERED(TABLE[COLUM_AGENT]),0,1), 

    allselected(TABLE))"

 

With this sentence I try ti evaluate every line of column, but only evaluate if the colum is filtered...,

 

Thank you!

1 REPLY 1
v-yadongf-msft
Community Support
Community Support

Hi @Didacster ,

 

In order to better understanding your demands and give the right solution, could you please share with me some screenshots of your data after hiding sensitive information and tell me what's your expected output?

 

Thanks for your efforts & time in advance.

 

Best regards,

Yadong Fang

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.