The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I have some issues with data. In matrix I want to change blank with 0, however it failed. I tried many functions, but them do not work:
When I change column to date, formula works:
Can someone help me? I add some example.
https://www.dropbox.com/s/ebs1vr0flhd7vjq/example.pbix?dl=0
Thank you:)
Solved! Go to Solution.
Hi,
Here is my workaround:
1. Create a separate table with distinct outcomes
2. Connect the tables on outcomes
3.Now use the "outcome" column from the new table for the visual
4. Change the dax for the measure as seen below.
There @Erburi92 ,
It seems the shared file has been deleted... Could you please share it again?
And if your problem has been resolved, could you please mark the helpful post as Answered? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.
Best Regards
Hi,
Here is my workaround:
1. Create a separate table with distinct outcomes
2. Connect the tables on outcomes
3.Now use the "outcome" column from the new table for the visual
4. Change the dax for the measure as seen below.
I tried counta(Sheet[Index])+0, it does not work.
I do not need the matrix where the date is, I just show that with added dates formulas (I tried several different formulas) works, however, I need a matrix where the column is Reason and the row - Outcome (no date). With those columns (Reason and Outcome), no formula works when I need to change empty cells with 0.