Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

I have implemented bellow logic in tableau. I need same to be implements in power bi please help me.

 

 

{ FIXED [BPO],DATEPART('month', [Month]),DATEPART('year',

[Month]): SUM([Total Complaints Received Admin + Calls])}/

{AVG([Total Transactions Admin + Calls])}

2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

Have you solved your problem?

 

If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

 

If you still need help, please feel free to ask.

 

Best  Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,


 { FIXED [BPO],DATEPART('month', [Month]),DATEPART('year',

[Month]): SUM([Total Complaints Received Admin + Calls])}/

{AVG([Total Transactions Admin + Calls])}


 

By my research, DATEPART('month', [Month]) is similar to Month('Table Name'(Date column)) in Power BI.

 

In addition, you could refer to this blog which introduces how to convert fixed in Tableau to Power BI.

 

Actually, I'm not familiar with functions in Tableau, I'm only gooa at functions in Power BI.

 

If you still need help, please share some data sample and your desired output so that we could help further on it.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors