Forum Discussion
Dax
pstanek Besides that . at the end of Measure3 there's nothing wrong with that formula
The difference between Measure1 and measure 1 - is the evaluation context - best way to explain/show is with a picture
Measure1 is the way to go even tough you get the same overall result in the bottom Total Row
Go to the Relationship View => select Column Office in either table => drag and point to column Office in the other table
The relationship will be established
Hope this helps. Le me know...
- pstanek10 years agoPost Patron
Measure 3 didn´t t work. Sometimes It writes something about function filter, that I can not be used in fuctions If and similar functions
I have already established relationship, but i don´t know How to create column in Table A .
Table a
Office1 goods1 Pcena1
Office1 goods2 Pcena2
Office2 goods1 Pcena3
Table B
Office_n parameter_n
Column should have values
Pcena*VLooklup(office_ n)
It means
Office1 goods1 Pcena1 Pcena1*VLooklup(office_ 1)
Office1 goods2 Pcena2 Pcena2*VLooklup(office_ 1)
Office2 goods1 Pcena3 Pcena3*VLooklup(office_ 2)
Vlookup will find parameterin Table B
- Sean10 years agoCommunity Champion
pstanek This should work for a Calculated Column in Table A
Column = TableA[Pcena] * RELATED ( TableB[Parameter_n] )
- pstanek10 years agoPost Patron
Thanks, I was stepping around.
Do you know some really good Dax library or books for Power Bi. I mean, I would like to see not only codes, but with easy examples.
Tables, what we want to calculate., results
I always find code, tables - not described in detail where I can not say what It means. Result is that, I know function related, but I can not use it effectively.:cathappy:
- pstanek10 years agoPost Patron
Can you tell new, which one is faster? Measure1 , or measure1
I have data, where Measure 1 is too slow. Results are not often calculated. I can even tell, I am at BI mercy, If results appear, or not.