Forum Discussion
campelliann
3 years agoPost Patron
Issue with context Transition
Hi, I am creating a calculated column on the table "Beebole_Time_export" with this dax Calculate(Firstnonblank(RH_historico_diário[name],1). I was getting always a blank value, so I got suspicious...
AlB
3 years agoCommunity Champion
Hi campelliann
See if this other post can help
https://community.powerbi.com/t5/Desktop/Weird-behavior-after-creating-relationship/m-p/1575539
MDX and DAX topics: DAX Time Intelligence Functions (mdxdax.blogspot.com)
|
|
Please accept the solution when done and consider giving a thumbs up if posts are helpful. Contact me privately for support with any larger-scale BI needs, tutoring, etc. |
campelliann
3 years agoPost Patron
Nope :).
I am creating a calculated column on beebole time export with Calculate(Firstnonblank, RHhistorico[column). I was getting a blank, meaning that RH historico is being "filtered", if I use remove filters the issue is solved. What I do not understand is how this happens, because filters cannot flow between these two tables..