Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi, may I ask if someone get to know how to add the public holidays into the MAQ calendar ? I tried to get the table source from Public holidays | Recreation, sport and arts | Queensland Government (www.qld.gov.au) then I don't know how to link with the calendar visual. Thank you very much.
Solved! Go to Solution.
Hi,
To display holidays in your calendar visual using a JSON format, follow these steps:
1. Locate the "Holidays" section within the "Format visual" panel.
2. Copy the provided sample JSON code (also mentioned as placeholder):
{
"holidays": [
{
"startDate": "January 1, 2024",
"endDate": "January 1, 2024",
"title": "New Year's Day"
}
]
}
3. Replace the sample dates and names with your desired holidays in the format given.
5. Paste the edited JSON code into the "Holidays" section.
6. Click "Apply" to update your calendar visual with the specified holidays.
I Hope this answers your query.
Regards,
Shobhit from MAQ Software
@ShobhitGupta @amitchandak I have a company's holiday dates how can I add it to the MAQ calendar. I tried the json code which you have provided above but I can't add multiple dates. I need to add all these holiday dates
I got my answer. they don't have the functionality to do so. I need to add all the holidays in my event table. If anyone else have better solution please let me know
Hi,
To display holidays in your calendar visual using a JSON format, follow these steps:
1. Locate the "Holidays" section within the "Format visual" panel.
2. Copy the provided sample JSON code (also mentioned as placeholder):
{
"holidays": [
{
"startDate": "January 1, 2024",
"endDate": "January 1, 2024",
"title": "New Year's Day"
}
]
}
3. Replace the sample dates and names with your desired holidays in the format given.
5. Paste the edited JSON code into the "Holidays" section.
6. Click "Apply" to update your calendar visual with the specified holidays.
I Hope this answers your query.
Regards,
Shobhit from MAQ Software
But when I put a new holiday in the same month, the visual just delete the other holiday. How to put more the one holiday in the same month?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
126 | |
113 | |
72 | |
65 | |
46 |