The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi experts,
I have a date table and my another data table. How do I show data for 10 days excluding holidays? For instance, the report displays data on day 9-19 because day 10 and 11 are holidays.
Many thanks,
KL
Solved! Go to Solution.
Hi @kitti ,
Create another column where you display the dates for which you are having data in the table.
Dates_new= IF(column_name= BLANK(), BLANK(), Dates)
Then use this Dates_new column to get the Top 10 Days.
You can use the Top N filter on the visual.
Hi @kitti ,
Create another column where you display the dates for which you are having data in the table.
Dates_new= IF(column_name= BLANK(), BLANK(), Dates)
Then use this Dates_new column to get the Top 10 Days.
You can use the Top N filter on the visual.
User | Count |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |