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.
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
Solved! Go to Solution.
Hi @lbendlin ,Thanks for your quick reply, I will add more.
Hi @Anonymous ,
The Table data is shown below:
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)
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.
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...
Voici l'exple de données
Je voudrais determiner le tx Aqui en divisant la colonne nouveaux client par la colonne clients(fixant B1) c'est diviser tous par 25.
Hi @lbendlin ,Thanks for your quick reply, I will add more.
Hi @Anonymous ,
The Table data is shown below:
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)
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.
User | Count |
---|---|
24 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |