Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi All,
I would like to have a DAX measure where it shows the count of entire rows in a table and that being constant through out the time line.
For example in the given table1 image there are 8 rows and I want 8 to be constant throug the time line i.e from min(datetable[date) to max(table1[date sold]). So when we put that in a line visual its more like a straight line.
I can achieve it using a calculated column, however, I would need only a DAX Measure which can full fill this.
Solved! Go to Solution.
New measures =CALCULATE(countrrows(Table),ALLCROSSFILTERED(Table))
New measures =CALCULATE(countrrows(Table),ALLCROSSFILTERED(Table))
@az38 Thank you so much for your quick response.
All(table1[dates old]) is giving me only 1 as constant line on that particular day. However, when tried allselected it worked perfectly fine.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
106 | |
75 | |
44 | |
39 | |
33 |
User | Count |
---|---|
165 | |
90 | |
65 | |
46 | |
43 |