Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Can i filter some points by date while leaving other points always visible on map?
When using the Arc map i have to put every Long/lat point in the same excel file to be able to plot them all on the map at the same time. i have three different catagories in my spreadsheet: Home adresses (black), construction site addresses(blue/purple), and GPS time card "clock-ins"(pink) . the clock ins have a date attached to them in a date column, but the other two catagories do not. when i filter these on the map the construction sites and the home addresses go away. is there a way i can keep them permanently on the map so the only points being filtered with the date slicer is the clock-ins ( the only catagory that has dates in the spreadsheet)
Solved! Go to Solution.
You may drag measure below to Size.
Measure =
VAR d =
SELECTEDVALUE ( Table1[date] )
RETURN
IF ( ISBLANK ( d ) || d IN VALUES ( Table2[date] ), 1 )
You may drag measure below to Size.
Measure =
VAR d =
SELECTEDVALUE ( Table1[date] )
RETURN
IF ( ISBLANK ( d ) || d IN VALUES ( Table2[date] ), 1 )
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 32 | |
| 27 | |
| 25 |