The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Say the report is for the period 1st Apr to 10th Apr 2018. The header should be
SALES REPORT AS ON 1st Apr 2018 to 10th Apr 2018
Solved! Go to Solution.
If the date range is dynamic, create a measure which will have text + the date range.
Then use the Card visual as a header and put measure as a Field for the visual.
Example for measure definition -
HeaderMsg = "SALES REPORT AS ON " & FORMAT(MIN(table[field1]), "mmmm dd, yyyy hh:mm AM/PM") & " TO " & FORMAT(MAX(table[field1]), "mmmm dd, yyyy hh:mm AM/PM")
)
Regards
If the date range is dynamic, create a measure which will have text + the date range.
Then use the Card visual as a header and put measure as a Field for the visual.
Example for measure definition -
HeaderMsg = "SALES REPORT AS ON " & FORMAT(MIN(table[field1]), "mmmm dd, yyyy hh:mm AM/PM") & " TO " & FORMAT(MAX(table[field1]), "mmmm dd, yyyy hh:mm AM/PM")
)
Regards
Thanks @Anonymous
Say the report is for the period 1st Apr to 10th Apr 2018. The header should be
SALES REPORT AS ON 1st Apr 2018 to 10th Apr 2018
User | Count |
---|---|
62 | |
59 | |
54 | |
51 | |
33 |
User | Count |
---|---|
179 | |
87 | |
70 | |
48 | |
45 |