I am still new to Power BI and I run into stuff that seems easy, but apparently is not for me yet.
I have created two measures via the “SUM” function. The Agreement Invoiced from Table A and Agreement Charged from Table B. Both tables are tied together by a Customer Look Up Table which contains Customer Name. I put the Customer Name in a matrix along with Agreement Invoiced and Agreement Charged and all works perfectly. I changed the matrix to a bar chart. Now, I only want to display the customer if Agreement Charged is >= Agreement Invoiced. The data is on the chart…I have it tied together by customer…but I am starting to think I cant filter because they are two sums…am I missing something or is this harder than I am thinking? Thanks for the help.
You need to be diving into DAX functions as soon as possible. Everything should be done in DAX.
Past this I would need to see more to help I think. If you can upload a demo file of the scenario that always helps as well.
This doesn’t sound difficult at all. There’s just a few fundamental things that you need to master in Power BI to see how easy these can be to work out.
These include concepts like ‘context’ being the main one I believe.
I try to do everything in Dax. I have uploaded the PBIX file. The problem is in the second tab. As you can see, the two measures represent fine. Now I want to create a visual where it only displays if one is larger than the other…coming from two tables, I am not sure how to get there. I have the two measures…but not sure I am approaching it the right way. 2019 Agreement Analysis.pbix (1.0 MB)