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.
Hi all,
I'm trying to build something fairly basic in Power BI (or so I thought!)
I've pulled in four Salesforce tables, joined on standard fields:
My table visual contains:
I've selected "Show items with no data" in the columns part of build visual, with the intent to see leads created by user without a campaign.
This has given the desired visual, showing all leads, but with blank in the Campaign column where there's no entry in the campaign table.
However, I'm unable to filter on blanks in the Campaign filter. There's no option in the basic filtering, and choosing "is blank" in the advanced filtering brings back nothing at all, just clears my table.
Also odd, is that turning the Link to Lead column into hyperlinks using conditional formatting only converts them where there's a result in the Campaign column.
I'm wondering if someone could possibly explain to me why that might be happening? Hopefully the explanation makes sense, it's hard to explain properly without showing but that would breach company policy!
Level of experience on PowerBI = pretty much absolute beginner, but have some SQL knowledge so not all concepts are foreign.
Thanks in advance,
Ryan
Hi @RyanCurtis As a workaround, maybe you can try to test your connection with a 3rd party connector. I've tried windsor.ai, supermetrics and funnel.io. I stayed with windsor because it is much cheaper so just to let you know other options. In case you wonder, to make the connection first search for the Salesforce connector in the data sources list:
After that, just grant access to your Salesforce account using your credentials, then on preview and destination page you will see a preview of your Salesforce fields:
There just select the fields you need. It is also compatible with custom fields and custom objects, so you'll be able to export them through windsor. Finally, just select PBI as your data destination and finally just copy and paste the url on PBI --> Get Data --> Web --> Paste the url.
Hey Scott, thanks for your reply! I've spend about 3 hours trying various measures, custom columns, merged queries, creating new tables etc, but nothing is solving the issue 😞
Hi @RyanCurtis ,
Don't know much about the whole filtering process, but you could try using measure = IF(ISBLANK([Name]), “Yes”, “No”). Set measure to is “Yes” in the filter.
Hope it helps!
Best regards,
Community Support Team_ Scott Chang
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.