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
I am trying to use the below formula and link 2 different use relationship, While I add the 2nd use reltionship the first stop's working
Seek support , Let me know if I am doing something wrong
Unfortunately not working, Tried the below formula as well No luck Plz help Primary CSAT = CALCULATE(COUNTAX(vw_MSR_CSAT,vw_MSR_CSAT[Primary_CSAT]),USERELATIONSHIP(vw_MSR_CSAT[Taken on],DimDate[Date]),CROSSFILTER(vw_MSR_CSAT[Assignment group],vw_MSR_Task_Tbl[Assignment group],Both))
Please try
CALCULATE (
COUNTAX ( vw_MSR_CSAT, vw_MSR_CSAT[Primary_CSAT] ),
USERELATIONSHIP ( vw_MSR_CSAT[Taken on], DimDate[Date] ),
TREATAS (
VALUES ( vw_MSR_CSAT[Assignment group] ),
vw_MSR_Task_Tbl[Assignment group]
)
)
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |