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 chart witht eh help from @Anonymous , ailsa advise me add filter panel with sales is not 0 , it work fine. now i like to hard code this into my SALES_ Field :-
I have try :-
it cannot work , hopoe some one can advise me where go wrong ?
mY pbi FILE :-
https://www.dropbox.com/s/nv3lvzknqnk96ck/PBT_V2021_400%20SI_TI.pbix?dl=0
Paul
Solved! Go to Solution.
Hi,
Revised your target measure to:
TARGET_ = if(ISBLANK([SALES_]),BLANK(),SUM(TARGET_[TARGET]))
Hope this helps.
Hi,
Revised your target measure to:
TARGET_ = if(ISBLANK([SALES_]),BLANK(),SUM(TARGET_[TARGET]))
Hope this helps.
You are welcome.