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.
I have an complex model with many tables for analyzing budjet.
I am trying to vizualizate an Budget vs. Execution on a table
By budjet item id and budjet cost code.
The budjet item id and budjet cost id is from different dim tables.
So is the sum of given budjet and an execution
It works pretty well, except of the fact that my customer want to see zero , when it no Execution, and my table is showing empty cell.
I tried to use if is blank () , but this mesure just stucking as I trying to put it on the visual.
i can't send a pbix file, so see attached screenshots, i rely hope i explained myself clearly
.
Hi,
Could you share the IF Measure you used that didnt work?
Robbe
Hi @Ritaf ,
It should work on your measure, oddly.. what about this one?
IF(NOT(ISBLANK([ACTL_AMNT_SUM_USED])),[ACTL_AMNT_SUM_USED],0)
Hi dina,
It's not wotking too.
i think the reason is that it is merging three huge tabels, and this operation needs too many resources....
User | Count |
---|---|
58 | |
56 | |
55 | |
50 | |
32 |
User | Count |
---|---|
172 | |
89 | |
70 | |
46 | |
45 |