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.
Hi @MarshalSK
You have to create seperte measures for Min and Max.
and you can switch value to rows instead of columns. by changing the settinf of Values > Option>
I hope I naswered your question.
Hi @Uzi2019 ,Thanks for the quick reply, I'll add to it.
Hi @MarshalSK ,
The table data are as follows:
Please follow these steps:
1. Use the following DAX expression to create a table
Table 2 = GENERATESERIES(1,100,1)
2. Relate the two tables
3. Use the following DAX expression to create a measure named ‘Max’
Max = SELECTEDVALUE('Table 2'[Value],MAXX('Table 2',[Value]))
4. Use the following DAX expression to create a measure ‘Min’
Min = SELECTEDVALUE('Table 2'[Value],MINX('Table 2',[Value]))
5. Final output
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.
Hi @Uzi2019 ,Thanks for the quick reply, I'll add to it.
Hi @MarshalSK ,
The table data are as follows:
Please follow these steps:
1. Use the following DAX expression to create a table
Table 2 = GENERATESERIES(1,100,1)
2. Relate the two tables
3. Use the following DAX expression to create a measure named ‘Max’
Max = SELECTEDVALUE('Table 2'[Value],MAXX('Table 2',[Value]))
4. Use the following DAX expression to create a measure ‘Min’
Min = SELECTEDVALUE('Table 2'[Value],MINX('Table 2',[Value]))
5. Final output
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.
Hi @MarshalSK
You have to create seperte measures for Min and Max.
and you can switch value to rows instead of columns. by changing the settinf of Values > Option>
I hope I naswered your question.
@Uzi2019 Thanks but above result will not satisfy the requirement, can you please make use of the sample data which i shared.
Check out the April 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 |
---|---|
72 | |
67 | |
67 | |
43 | |
42 |
User | Count |
---|---|
47 | |
38 | |
28 | |
27 | |
27 |