The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!