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 all!
So I am having an issue with my dataflow table not showing all the fields that are present when I generate the table. I added a "Day" column to the Date_Table table (please ignore the misnamed "Date Table" table), pictured below, and when I save and close and then refresh the field doesn't show up in the list.
Below you can see that I am looking at the entity and the "Day" column is nowhere to be found. Pulling that dataflow entitiy has the expected result of not including the missing field. What am I doing wrong?
Thanks for your help!
I think I have a similar issue and found the root cause. In my scenario, I created a custom column in Decimal format. Preview data in dataflow looks good, but the new column does not show up in the entity/table after refresh (as confirmed by connecting to this Dataflow table from PBI Desktop). I had this issue a couple months back, and could not confirm why it was happening. Then today I looked into the Advanced Editor (M Query) and found that the final "in" statement points to not the last query step as usual, but points to the step before I made the latest custom column. Example of the M Query having the issue. I assume this issue will be fixed when I adjust the M Query manually, not sure why it occurred in the first place.
hi @atgeraci
I have tested on my side, it works well.
If you could refresh this dataflow and try it again,
and if this dataflow is in a Premium capacity? Please refer to this:
https://powerbi.microsoft.com/en-us/support/
Regards,
Lin
@v-lili6-msft
I appreciate you looking into this, I have refreshed the dataflow multiple times. The field is present in the online viewer, but after I save and close and hit refresh it doesn't become available. I do not have a premium setup so that isn't an option for me afaik. Thanks for trying. If you have any other thoughts on why this is happening I will entertain anything!
@atgeraci , Have you observed any warnings while creating a dataflow. ?
Dataflow can remove the incorrect string column automatically. try to recreate and check.
@Anonymous
No errors or anything while generating the data.
The reason there are two versions of the date table is because the 2nd instance is a recreation of the table in an attempt to make a new one where it is actually functioning. That has failed for me. Thank you for the suggestions though.
I still have no solution for this currently. 😕