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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Fixer une colonne power bi

Fall_0-1718976477910.png

Je voudrais fixxer la ligne "Nx_Clts M0" et prendre les lignes "Tag_repeat_order_unique" le diviser par cette ligne fixe je l'ai fait mais je n'arrive pas aider moi stp  

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @lbendlin ,Thanks for your quick reply, I will add more.

Hi @Anonymous ,

The Table data is shown below:

vzhouwenmsft_0-1719802682777.png

Use the following DAX expression to create a column

Tx Acqui = 
VAR _clients = MAXX(FILTER('Table','Table'[clients] = 25),[clients])
RETURN DIVIDE([Nx client],_clients)

vzhouwenmsft_1-1719802730413.png

 

Best Regards,
Wenbin Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
lbendlin
Super User
Super User

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).

Do not include sensitive information or anything not related to the issue or question.

If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

Please show the expected outcome based on the sample data you provided.

Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Anonymous
Not applicable

Voici l'exple de données 

Fall_0-1719233738054.png

Je voudrais determiner le tx Aqui en divisant la colonne nouveaux client par la colonne clients(fixant B1) c'est diviser tous par 25. 

Anonymous
Not applicable

Hi @lbendlin ,Thanks for your quick reply, I will add more.

Hi @Anonymous ,

The Table data is shown below:

vzhouwenmsft_0-1719802682777.png

Use the following DAX expression to create a column

Tx Acqui = 
VAR _clients = MAXX(FILTER('Table','Table'[clients] = 25),[clients])
RETURN DIVIDE([Nx client],_clients)

vzhouwenmsft_1-1719802730413.png

 

Best Regards,
Wenbin Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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