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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
yuktadiya
Helper III
Helper III

measure showing different values in different visuals

hi ALL
1. Bot Performance =
 VAR A = CALCULATE(COUNT(DPNArchivedRequests[ReqStatus]),filter(DPNArchivedRequests,DPNArchivedRequests[ReqStatus] = "Bot Processed"))
 VAR B = CALCULATE(COUNT(DPNArchivedRequests[ReqStatus]),DPNArchivedRequests[ReqStatus] IN { "Bot Processed","Bot Partially Processed","Bot Failed","Manually processed"})
 return
 divide(A,B)
 
2. Bot Utilization =
 VAR A = CALCULATE(COUNT(DPNArchivedRequests[ReqStatus]),DPNArchivedRequests[ReqStatus] IN { "Bot Processed","Bot Partially Processed","Bot Failed","Bot Processing"})
 VAR B = CALCULATE(COUNT(DPNArchivedRequests[ReqStatus]),DPNArchivedRequests[ReqStatus] IN { "Bot Processed","Bot Partially Processed","Bot Failed","Bot Processing","Manually processed"})
 return
 divide(A,B)
bot 1.jpgbot 2.jpg
case 1
i used the 1st measure in card visual and 1st and 2nd measure line chart by adding date . it was showing the different values. 
case 2 
i used 1st and 2nd measure line chart by adding date and i add 1 measure in table  . it was showing the different values. 
 
please help 
 
Regards
Dilip
 
1 REPLY 1
lbendlin
Super User
Super User

Validate that the filters on both visuals are the same.

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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