overlapping tables
2 TopicsOverlapping When Exporting Multi Visuals Power BI Issue
We are facing an issue with exporting multi visuals to Power BI reports, when I want to export a single visual from the report that has more than one visual I face overlapping between 2 visuals, especially when I use the zoom-in in the browser or when you have a laptop or PC with small screen517Views0likes0CommentsHow to sum cells which are also present in mapping table?
Hi all, How do I create a measure that does the following: Sum table 1[column A] for all rows where table 1[column B] is equal to a value in table 2[column C] Right now I am writing it as: Measure 2 = Calculate(SUM(Table1[ColumnA]), Table1[ColumnB]=Table2[ColumnC]) But PowerBI is returning an error "The expression contains multiple columns, but only a single column can be used in a True/False expression that is used as a table filter expression." In Excel, I would write this as: SUMIF(ColumnB, Table2'ColumnC', ColumnA) Please help. Thanks!1.2KViews0likes2Comments