Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi everyone,
I need help with a question that I unfortunately can't solve with my DAX knowledge and with a lot of searching. Maybe one of you can help me.
In Excel I solve the problem as follows:
In PowerBI i habe one Table with the Data
The KPI1 "Call Handling Time ACT" was Calclulate als a Measure:
CHT =
DIVIDE(
sumx(
filter('Data_vw_Kuko_Tagesdaten',
[Intern/Extern/Gesamt]IN{"Intern","Extern"}&&
[Kennzahl]="Workload"&&
[FC-Stand]="Ist")
,
'Data_vw_Kuko_Tagesdaten'[Wert])
,
sumx(
filter('Data_vw_Kuko_Tagesdaten',
[Intern/Extern/Gesamt]IN{"Intern","Extern"}&&
[Kennzahl]="Menge"&&
[FC-Stand]="Ist"),
'Data_vw_Kuko_Tagesdaten'[Wert])
)
*60
The KPI2 "Calls ACT" was Calclulate als a Measure to:
Unfortunately, I can't get this weighting with the two measures displayed in a matrix table. Maybe you can help me.
Thank you in advance
Ersin
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
10 | |
10 | |
9 | |
7 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
10 |