March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I am trying to bring the Store Name column from the Store table but keep receiving errors that it is not in the current context. I tried to bring this column by using the RELATED function. Can someone assist, please?
What I am trying to do is display a few columns from Sales table that will include "storekey" and I also want to pull store name as well well from Store table
in that case you can use the Summarize function 🙂
ex.
SUMMARIZE ( Sales, Sales[Column 1],Sales[Column 2], Stores[Store Name])
I thought it did. I changed the drop down to DAX guide but I thought it was the same model
Not sure what you're trying to test, but in order to bring a RELATED column, you need to iterate the table that is on the many side 🙂
for example you can do :
ADDCOLUMNS ( Sales, "@MyStoreName", RELATED(Store[Store Name])
Hi @stribor45 the datamodel that you posted here doesn't have the Dim Store 🙂
if this helps, please
Hope this answer solves your problem!
If you need any additional help please @ me in your reply.
If my reply provided you with a solution, please consider marking it as a solution
or giving it a kudo
Thanks!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
27 | |
17 | |
16 | |
12 | |
11 |
User | Count |
---|---|
36 | |
27 | |
26 | |
20 | |
15 |