Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all,
I have a visual that shows 13 rows but when I drill through this visual, the total in the drill through page is 14. The visual has the following filter:
Solved! Go to Solution.
Hi @nikkirai99 according to your calculation logic is to calculate from table 'Table'[PortfolioID]
but condition is another table and column 'Table'[Holding] having value "Late".
Check your relationship, and your tables to validate either measure result or your visual check.
Details are important, maybe empty string or something cause difference.
Proud to be a Super User!
Hi @nikkirai99 according to your calculation logic is to calculate from table 'Table'[PortfolioID]
but condition is another table and column 'Table'[Holding] having value "Late".
Check your relationship, and your tables to validate either measure result or your visual check.
Details are important, maybe empty string or something cause difference.
Proud to be a Super User!
Hi @some_bih Thank you for pinpointing the problem. I changed the filter to the same table and column and it worked!