Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Gretting everyone!
I have a base structured in a dataflow, but when I import this base into Power BI Desktop, a specific column comes up with the wrong data (looking at the power query of the dataflow, it is correct).
Basically, I have a conditional column with the following formula:
"PCD_Sem_Detalhes", each if [PCD] = "" then "" else "X"
The formula works perfectly in the dataflow...
However, when I import the table to the desktop, the column comes up with all the data filled with “X”.
If I create the column with the same formula in Power BI Desktop, it works normally.
Any idea why this is happening?
Best regards,
Solved! Go to Solution.
my guess is there is some confusion/assumption around "" and null . General guidance is to avoid the usage of "" in favor of null.
my guess is there is some confusion/assumption around "" and null . General guidance is to avoid the usage of "" in favor of null.
tnks for the guidance @lbendlin
Before create the column I replaced all "" for null. And now it works.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 35 | |
| 18 | |
| 14 |