Forum Discussion
Use dynamic column names in calculation groups
Hi N-msft ,
I created some data:
Are you considering using measure directly to display the data you want:
Measure =
var _day=TODAY()
var _lastday=TODAY()-2
return
IF(
MAX('Table'[Date]) >= _lastday &&MAX('Table'[Date])<=_day,
SUMX(
'Table',[Value]),BLANK())
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Anonymous
I am using multiple measures i.e. Total Sales, Total Profits, etc. on Rows of the matrix along with a calculation group with the following calculation items :
- TodaysValue
- YesterdaysValue
- DayBeforeYesterdayvalue
- MTD for Curr Month
I am stuck at naming these calculation Items dynamically like -
- TodaysValue should be Today's date.
- YesterdaysValue should be yesterday's date
- DayBeforeYesterdayvalue should be day before yesterday's date
- MTD for Curr Month should be "Current Month's Name".
Hope I am able to explain it now..
Attached is the screesnhot as unable to upload .PBIX file.
- foodd2 years agoCommunity Champion
Hello N-msft, remember to adhere to the decorum of the Community Forum when asking a question.
Please provide your work-in-progress Power BI Desktop file (with sensitive information removed) that covers your issue or question completely in a usable format (not as a screenshot).
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Please show the expected outcome based on the sample data you provided.
https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523/highlight/true#M607150
This allows members of the Forum to assess the state of the model, report layer, relationships, and any DAX applied.If your requirement is solved, please make THIS ANSWER a SOLUTION ✔️ and help other users find the solution quickly. Please hit the LIKE 👍 button if this comment helps you. Proud to be a Super User!