The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
For example, In this photo I have Jan and Feb actuals and then all the budget numbers for the rest of the months of the year. Say it is April currently, I would then want only the Actual April field column to show and remove the April Budget field so on and so on.
Hello,
Thanks for the reply. However; the actual and budget columns are in seperate tables. They are connected on account number but I can't build this measure because of that.
@Anonymous , you can; to get correct the total have a measure like
Sumx(values(Account[Account]), calculate(if(isblank([Actual]), [Actual], [Budget])) )
These are my two tables being connected on GL/DEPT when I tried to write your DAX measure it did not work.
Also, my Budget and Actual Amount fields are not measures they are actual fields inside my tables.
@Anonymous , Based on what I go
if(isblank([Actual]), [Actual], [Budget])
How to get a single continuous line for Actual and Target without any break: https://youtu.be/41yhZz2pNTI
User | Count |
---|---|
11 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
10 | |
8 |