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 September 15. Request your voucher.
Hi all,
I am having this scenario. Two views, one header view, and another details (transaction) view. I have a KPI card visual, which display total sales (from the transaction view). This will be filtered by the list of customers from header view. Whenever I choose a customer which does not have any transaction, the KPI card display (Blank) instead of '0' which I intended. I have tried the following (IF(IsBlank(transaction_value)), 0, transaction_value) yet to no avail.
Any idea what I am missing?
Thanks.
Solved! Go to Solution.
@Anonymous - create a new Measure like this:
Transaction Value Measure = SUM(yourtable[transaction_value]) + 0
User | Count |
---|---|
60 | |
55 | |
53 | |
49 | |
30 |
User | Count |
---|---|
179 | |
87 | |
70 | |
48 | |
45 |