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!
Aiming to create some sort of DAX code where I use a Field parameter and filter - doing this will change which relationship will become active between two tables.
ie
@Anonymous Try something like this. I'm not exactly certain what you are trying to do without sharing sample data and more information.
Proposed Sales (Value 1) =
VAR __ValueError = IFERROR([Proposed NCR (Value 1)]*[NB QUOTES],0)
VAR __Result =
IF(__ValueError = 0,
CALCULATE([Proposed NCR (Value 1)]*[NB QUOTES],0),USERELATIONSHIP('NB Code'[Column], 'Sharepoint List'[Column])),
__ValueError
)
RETURN
__Result
@Anonymous You might find this thread interesting. Solved: Re: No CACULATE challenge - Microsoft Power BI Community
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |