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.
I have created a new measure for Agreement that is giving error message
This is the measure:
Hi @Anonymous !
You should use following approach, create a measure with all the filters you need to apply, then create another measure in which you call first measure plus forcing the inactive relationship to play with UserRelationship()
See below for example;
Agreement = CALCULATE(LASTNONBLANKVALUE(Waterfall_Mnthly[Number]), NOT(ISBLANK('SalesRevenue_Mnthly'[Waterfall_Link])))
Agreement FR = CALCULATE ([Agreement], USERELATIONSHIP ('SalesRevenue_Mnthly'[Waterfall_Link], Waterfall_Mnthly[Waterfall_Link]))
You need to make sure you have inactive relationship in place between 2 tables.
Regards,
Hasham
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |