Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hello everyone !
It is possible to create a measure on DAX that calculates the rows of a column with one formula and the total of the same column with another formula
Thank you in advance
Solved! Go to Solution.
Hi @hhaimer
yes possible using IF ( ISINSCOPE ( 'Table'[Slicing by column] ), [normal formula], [Toatal formula] )
Hi, @hhaimer
According to your description, you want to calculate different values according to different conditions, you can use the switch(true()) function to achieve your logical judgment needs, if you want to count the number of rows, you can use the count() function to get the number of rows of the corresponding column.
If this method does not meet your needs, you can provide us with your special sample data and the desired output sample data in the form of tables, so that we can better help you solve the problem.
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @hhaimer
yes possible using IF ( ISINSCOPE ( 'Table'[Slicing by column] ), [normal formula], [Toatal formula] )
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
17 | |
15 | |
14 | |
12 | |
11 |
User | Count |
---|---|
11 | |
10 | |
8 | |
7 | |
7 |