Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I am still getting my head wrapped around measures, but if I undersnad correctly, if you have a calendar table linked to a fact table (Contains a date, and a number), you can create a table visual with at the calendar table date and the number column from the fact table (Say Lbs produced), then selections made in the date slicer (again, pointed to the Calendar table), the table visual will show the matching data.
Also, you can make a measure that will sum the value of the number column based on the displayed rows in the table visual.
I have succeeded in the first, the second, a meaure:
I am after a measure that will show the sum at the bottom: 7048129.44
I know it's something dumb. Please enlighten me.
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
I made simple samples and you can check the results below. You can try to put your measure into a card visual or you can use the following expression:
Measure 2 = SUMX(ALLSELECTED('Table'),[Value])
An attachment for your reference. Hope it helps!
Best regards,
Community Support Team_ Scott Chang
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
I made simple samples and you can check the results below. You can try to put your measure into a card visual or you can use the following expression:
Measure 2 = SUMX(ALLSELECTED('Table'),[Value])
An attachment for your reference. Hope it helps!
Best regards,
Community Support Team_ Scott Chang
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Sweet!
Thank you very Much!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
8 | |
8 |
User | Count |
---|---|
13 | |
12 | |
11 | |
10 | |
8 |