Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. 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 |
---|---|
70 | |
70 | |
34 | |
23 | |
22 |
User | Count |
---|---|
96 | |
94 | |
50 | |
42 | |
40 |